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

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

0 COMMENTS

We’d like to hear from you!