Scope
Objects: Business Process Diagram
Symbol

Purpose
It allows you to branch the process flow by creating two or more parallel pathways, and it can also be used to join them.
Description
In divergence, it simply divides the flow in two or more parallel paths. They don't evaluate any conditions. In convergence, the flow will not move forward until the source processes have finished.
Example
In the following example, both the Leader and the General Manager must authorize the operation. If both are complied with (this is quickly detected in each Exclusive Gateway), the flow is converged in the Parallel Gateway, which doesn't make a decision and throws two parallel paths.

See Also
Event Gateway
Inclusive Gateway
Exclusive Gateway
|