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

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 Properties
 
 
 
 
 
Extension Attributes and Extension Elements. See Declaring Extension Elements and Attributes.
To add a rethrow activity to the process:
  1. On the Process Editor's Fault Handler tab or a scope fault handler, add a
    catch
    or
    catch all
    container.
  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/>

0 COMMENTS

We’d like to hear from you!