Business process setup guide (BPMS)
This documentation is valid for Creatio version 7.16.0. We recommend using the newest version of Creatio documentation.

Exclusive event-based gateway

An exclusive event-based gateway is used to branch a process when alternative paths are determined by events (message, signal and timer) 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. For example, a signing contract process expects a signal regarding a client's decision during the negotiation process. Further development of the process depends on this decision (Fig. 1).

Fig. 1 Exclusive event-based gateway

scr_process_designer_event_gateway_branching.png 

Depending on which event occurs first, the process will take the corresponding path. In the mentioned example, if the customer agreed to the conditions, the process will proceed with the “Sign contract” user task, and if the customer refuses – the process will end. In any case, only the expected event that occurs first will be processed, and all subsequent events will be considered no longer valid.

Outgoing flows for the exclusive event-based gateway are sequence flows. The gateway is used in conjunction with intermediate catching events: [Wait for message], [Wait for signal] or [Wait for timer].

As soon as the first catching event is triggered, the gateway activates the corresponding outgoing flow and then ignores any other events.

Next

Sub-processes

Flows and connecting objects

Conditional flow

Sequence Flow

[Wait for message] intermediate event

[Wait for signal] intermediate event

Did you find this information useful?

How can we improve it?