Table of Contents

Search

  1. Preface
  2. Part 1: Using Process Developer
  3. Part 2: Creating and Modifying Processes
  4. Part 3: Functions, Events, Errors, and Correlation
  5. Part 4: Testing and Deployment
  6. Part 5: Process Central and Process Server (On-Premises)

Process Developer

Process Developer

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 Properties
 
 
 
 
 
Extension Attributes and Extension Elements. See Declaring Extension Elements and Attributes.
To build an exit activity:
  1. Drag a
    Terminate throw event
    to the Process Editor canvas.
  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>

0 COMMENTS

We’d like to hear from you!