ASEE Flow Extensions
| Attributes | – |
|---|---|
| Extension Elements | camunda:executionListener |
| Constraints | – |
Conditional Sequence Flow
A sequence flow can have a condition defined on it. When a BPMN 2.0 activity is left, the default behavior is to evaluate the conditions on the outgoing sequence flows. When a condition evaluates to ‘true’, that outgoing sequence flow is selected. When multiple sequence flows are selected that way, multiple executions will be generated and the process is continued in a parallel way. Note: This is different for gateways. Gateways will handle sequence flows with conditions in specific ways, depending on the gateway type. A conditional sequence flow is represented in XML as a regular sequence flow, containing a conditionExpression sub-element. Note that at the moment only tFormalExpressions are supported. Omitting the xsi:type="" definition will simply default to this type of expression.status.
Extensions for conditionExpression
| Attributes | camunda:resource |
|---|---|
| Extension Elements | – |
| Constraints | – |