Designer > Implementing a BPMN Task or Event in BPEL > 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
Name.
Join Condition.
Suppress Join Failure.
Comment.
Documentation.
Setting Visual Properties and Using Your Own Library of Images
Execution State.
Extension Attributes and Extension Elements.
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>