When diverging, a parallel gateway is used to create several parallel flows in a process. For example, after a contract draft has been prepared, it must be agreed upon by both the company lawyer and CEO (Fig. 58).
In this case, after the “Prepare contract” user task, the “Agree with lawyer” and “Agree with CEO” user tasks will begin simultaneously.
You can also use the [Parallel gateway (AND)] for converging several parallel flows in one, if the execution of all parallel flows is necessary for continuing the process. For example, the contract can be signed only after it has been agreed with the lawyer and company CEO (Fig. 59).
In this case, the “Sign contract” user task will start only after both the “Agree with lawyer” and “Agree with CEO” user tasks are completed. The process will not continue unless both tasks are completed.
When converging, a parallel gateway is used with the sequence flows.
Next
•Exclusive event-based gateway
See also