Process Developer > Part II: Creating and Modifying Processes > BPMN Tasks and Events > Exit
  

Exit

BPMN Implementation: Terminate throw event
The exit activity stops a business process. It is designed for an executable process, not an abstract process. All currently running activities must be terminated immediately without any fault handling or compensation.
Termination of a process with an exit activity is an abnormal completion. The process ends with a Process Developer system fault, processTerminated.
Required Properties
Optional Properties
none
 
 
Suppress Join Failure. See Process Element and Properties
 
 
 
 
 
Extension Attributes and Extension Elements. See Declaring Extension Elements and Attributes.
To build an exit activity:
  1. 1. Drag a Terminate throw event to the Process Editor canvas.
  2. 2. Add the activity to an appropriate container or link another activity to it.
The following illustration shows an example of using an exit activity.
XML Syntax
<exit standard-attributes
standard-elements
</exit>