BPMN gateways are decision points that can adjust the path of a flow based on certain conditions. Learn more about the different gateway types in BPMN and then try making them yourself in Lucidchart.
2 minute read
Would you like to create a BPMN diagram? Test Lucidchart - fast, easy, free.
Exclusive gateway
Exclusive gateways are represented with this shape:
An exclusive gateway evaluates the state of the business process and, based on the condition, breaks the flow into one of the two or more mutually exclusive paths.
In the example below, an exclusive gateway requires that the mode of transportation be evaluated. In this case, one light will be placed in the Old North Church if the British attack by land, two if by sea.
Parallel gateway
Parallel gateways are represented with this shape:
A parallel gateway is very different than the previous gateways because you don't evaluate any condition or event. Instead, a parallel gateway is used to represent two concurrent tasks in a business flow. It is the same as a fork in a UML activity diagram.
In the example below, this business process uses a parallel gateway because the company is having its cake and eating it too.
Would you like to create a BPMN diagram? Test Lucidchart - fast, easy, free.
Creating a BPMN ModelParallel event-based gateway
Parallel event-based gateways are represented with this shape:
As the name suggests, this gateway is similar to a parallel gateway. It allows for multiple processes to happen at the same time, but unlike the parallel gateway, the processes depend on specific events. You can think of a parallel event-based gateway as a non-exclusive, event-based gateway where multiple events can trigger multiple processes, but the processes are still dependent upon specific events.
Inclusive gateway
Inclusive gateways are represented with this shape:
An inclusive gateway breaks the process flow into one or more flows. The example below shows an inclusive gateway that triggers different processes based on the way customers responded to a product survey. If the customer is satisfied with A, they are added to the Product A email list. If the customer is satisfied with B, they are added to the Product B email list. And if the customer is not satisfied with A, they are sent a voucher.
Complex gateway
Complex gateways are represented with this shape:
As the name signifies, complex gateways are only used for the most complex flows in the business process. They use words in place of symbols and, therefore, require more descriptive text. Use the complex gateway if you need multiple gateways to describe the business flow; otherwise, you should use a simpler gateway.