What is event-based Gateway BPMN?
Isabella Ramos
Updated on April 29, 2026
The Event-Based Gateway is a specific kind of an exclusive gateway and should be used when “the decision is made by another Participant, based on data that is not visible to Process” as the BPMN spec says.
What is an exclusive gateway BPMN?
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.
What is the difference between the event-based gateway and the exclusive gateway?
When a data-based exclusive gateway is used, the value of a data element is evaluated by a condition statement to determine which path the process should proceed along. An event-based gateway is required any time a decision is made by another participant based on data that is not visible to our process.
What are the different gateways in BPMN?
BPMN defines 5 types of gateways, which include: Exclusive Gateway, Event-Based Gateway, Inclusive Gateway, Parallel Gateway, and Complex Gateway. The image below shows the graphical notation of the different types of BPMN gateways.
What is an exclusive event in BPMN?
An exclusive event-based gateway is used to branch a process when alternative paths are determined by events (various messages or signals) rather than by conditional flows. This can happen when the decision about one of the alternative paths is taken by someone out of the process.
What is an exclusive gateway?
An exclusive gateway is used to express that exactly one alternative can be selected. Customers can pay either with credit card or direct debit, but not with both (Figure 6.4). In an exclusive gateway, the token runs along the sequence flow whose condition is met first.
What is exclusive event in BPMN?
What is an event-based gateway?
The Event-Based Gateway represents a branching point in the Process where the alternative paths that follow the Gateway are based on Events that occur, rather than the evaluation of Expressions using Process data (as with an Exclusive or Inclusive Gateway).
What is the difference between inclusive and exclusive gateway in BPMN?
The Exclusive Gateway represents the need to make a decision where only one of the paths can be taken. The Inclusive Gateway is used to create both alternative and parallel paths within a Process flow. The Inclusive Gateway represents the need to make a decision where all conditions must be evaluated.
What are exclusive event-based gateway?
What is an inclusive event in BPMN?
ANSWER. An Inclusive Gateway is one of the most common gateways used in BPMN and is depicted as a diamond with a circle within it. When used as a diverging gateway (splitting the sequence flow into many paths), an inclusive gateway can have 2 or more outgoing paths.
What is boundary event in BPMN?
Creating boundary events in BPMN diagrams. Boundary events, which are connected to an activity near its boundary, represents an event that can be triggered by a message, timer, signal, or escalation when an activity is running.
What is a BPMN gateway?
BPMN Gateway is a kind of flow objects that is used to direct sequence flows of a process based on certain condition. It serves as a gate, it will determine whether to let a certain flow pass, therefore gateways possibly control the selection of outgoing flow that pass through the gateways.
What is an inclusive gateway?
An Inclusive Gateway is one of the most common gateways used in BPMN and is depicted as a diamond with a circle within it. When used as a diverging gateway (splitting the sequence flow into many paths), an inclusive gateway can have 2 or more outgoing paths.
Exclusive gateways. Exclusive gateway is a diversion point of a business process flow. For a given instance of the process, there is only one of the paths can be taken. See below business process diagram. If the order amount is greater than 1,000, we will request deposit from customer.