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

Throw

BPMN Implementation: Error throw event
For a list of faults described in the BPEL specification, see BPEL Standard Faults elsewhere in this help.
Required Properties
Optional Properties
Fault Name
 
Fault Variable
 
 
Suppress Join Failure. See Process Element and Properties
 
 
 
 
 
Extension Attributes and Extension Elements. See Declaring Extension Elements and Attributes.
To build a throw activity:
  1. 1. Drag an Error throw event to the Process Editor canvas.
  2. 2. In Properties view, specify a fault to throw.
The following illustration shows an example of using a throw activity.
XML Syntax
<throw faultName="QName"
faultVariable="BPELVariableName"? standard-attributes
standard-elements
</throw>
Example:
<throw xmlns:FLT="http://example.com/faults"
faultName="FLT:OutofStock"/>