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

Rethrow

BPMN Implementation: Error throw event
The rethrow activity passes to the parent scope the fault that is originally caught by the immediately enclosing fault handler. The rethrow activity can be used only within a fault handler's catch and catch all elements. The activity always throws the original fault data and preserves its type.
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 add a rethrow activity to the process:
  1. 1. On the Process Editor's Fault Handler tab or a scope fault handler, add a catch or catch all container.
  2. 2. Drag an Error throw event to a catch or catch all container.
The following illustration shows a simple example of using a rethrow activity within a catchAll fault handler of a scope.
Tip: if you collapse fault handler, you can add a background color to it in the Properties view.
XML Syntax
<rethrow standard-attributes
standard-elements
</rethrow>
Example:
<rethrow/>