Gateways
Gateways control how the process flows.
Data-based exclusive (XOR)
- BPMN element:
<bpmn2:exclusiveGateway>
- Description: Used to choose alternative sequence flows
Event-based gateway
- BPMN element:
<bpmn2:eventBasedGateway>
- Description: Used to trigger sequence flows upon the occurrence of some event
Parallel
- BPMN element:
<bpmn2:parallelGateway>
- Description: Used to create parallel sequence flows where all paths are evaluated
Inclusive
- BPMN element:
<bpmn2:inclusiveGateway>
- Description: Used for creating alternative flows where all paths are evaluated