BpmnInclusiveGateway
A diverging Inclusive Gateway (Inclusive Decision) can be used to create alternative but also parallel paths within a Process flow. Unlike the Exclusive Gateway, all condition Expressions are evaluated. The true evaluation of one condition Expression does not exclude the evaluation of other condition Expressions. All Sequence Flow with a true evaluation will be traversed by a token. Since each path is considered to be independent, all combinations of the paths may be taken, from zero to all. However, it should be designed so that at least one path is taken.
: BpmnInclusiveGateway (architecture_autodiagram)
Figure 52 : BpmnInclusiveGateway (architecture_autodiagram)
BpmnInclusiveGatewayBpmnGatewayBpmnSequenceFlow
Association
Description
DefaultFlow : BpmnSequenceFlow [0..1]