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

Initiate Attribute

Initiate Attribute

The initiate attribute can be
yes
,
no
, or
join
.
A
yes
means that the execution of the activity initializes the correlation set property alias with a value from the message being sent or received. WS-BPEL requires the activity to fault with the standard
bpel:correlationViolation
fault if the correlation set is already initiated.
If there are multiple activities enabled concurrently, and any of them could initiate the correlation set, you should use the
join
attribute.
A
join
means an activity must attempt to initiate the correlation set.
Join
is useful for multi-start activities or any scenario where more than one activity can initiate the correlation set.
The following sections describe different activity types.

0 COMMENTS

We’d like to hear from you!