
You use a control step () to do the following:
Terminate the Current Process
Choose Terminate Process.
At runtime, the system terminates the current process instance, including all active steps, and sets the status for the process to logically deleted.
Trigger an Exception
Choose Trigger Exception and specify the triggering exception (see also: Exception Handling ). The relevant exception handler must be defined in the same block or a superordinate block.
The system triggers the specified exception at runtime.
For more information about using exceptions, see Example: Collecting and Bundling Messages - One Interface .