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 Flows 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.