A Sequence flow trigger is fired when a particular sequence flow is taken or not taken. For more information on sequence flow, see Sequence Flow.
Specific details of when the trigger is fired. The configuration parameters are:
Parameter | Definition |
---|---|
condition | A detailed condition for firing the trigger, created using the Condition Builder. For more details on conditions available as a part of the input values, see Creating Conditions. |
elementID | The ID of the BPMN element within a process definition, such as Activity_102rnb9. |
sourceActivityElementId | Sequence flow source identifier of the source activity as configured within the process, for example Activity_102rnv9. |
sourceActivityName | Sequence flow source activity name as configured within the process, for example Set document metadata. |
sourceActivityType | Type of the source activity, for example userTask. |
targetActivityElementId | Sequence flow source identifier of the target activity as configured within the process, for example Activity_102rnv9. |
targetActivityName | Sequence flow target activity name as configured within the process, for example Set document metadata. |
targetActivityType | Type of the target activity, for example userTask. |