Inclusive Gateway Action

Inclusive Gateway directs workflow to multiple paths, awaiting all inputs before proceeding, allowing conditional or parallel flows.

Updated over a week ago

The 'Inclusive Gateway' can be as a combination of an exclusive and a parallel gateway. It is a common gateway used for multiple flow paths. It can have 1 or more incomings to "join".

All concurrent paths arriving at the 'Inclusive Gateway' wait at the gateway until each of the incoming flows has arrived. After all paths joined, the flow continues to next step. It can have 1 or more outgoings to 'fork'.

All outgoing flow conditions are evaluated by the path directions. The flow path(s) are followed in parallel if flow condition(s) met.

Did this answer your question?