Event Gateway Activity
The Event Gateway activity enables process branching based on specific events rather than data expressions. It pauses process execution until one of the connected events occurs, directing the flow accordingly.
| Field | Description | Requirement |
|---|---|---|
| Exclusive | Configures the gateway to process jobs sequentially upon receiving a specific process example. | Optional |
| Flow Order | Defines the evaluation sequence of outgoing flows, stored in the process's XML representation. This order is managed via UI controls. | Optional |
Action Types & Examples
No specific action types or examples are provided in the source material for this activity.
Implementation Examples
No implementation examples are provided in the source material for this activity.
Technical Notes
Event Gateways are used to model branches that depend on the occurrence of two or more events. Process execution pauses at the gateway and resumes only when one of the events connected via Sequence Flow occurs.