C_SIGPM_2403 · Question #62
What is the benefit of an Event-based Gateway?
The correct answer is C. It reacts immediately to occasions when they occur. An Event-based Gateway pauses process flow and waits for one of several possible events to occur, then immediately routes execution down whichever path corresponds to the event that fired first - making real-time responsiveness its defining characteristic (C). Option A…
Question
What is the benefit of an Event-based Gateway?
Options
- AIt ensures that all tasks have been completed.
- BIt allows the combination of different events.
- CIt reacts immediately to occasions when they occur.
- DIt reduces complexity in certain scenarios.
How the community answered
(49 responses)- B4% (2)
- C94% (46)
- D2% (1)
Explanation
An Event-based Gateway pauses process flow and waits for one of several possible events to occur, then immediately routes execution down whichever path corresponds to the event that fired first - making real-time responsiveness its defining characteristic (C). Option A describes a joining/synchronizing gateway (like a parallel gateway), not an event-based one. Option B sounds like a merging gateway that combines event flows, but an event-based gateway branches on alternative events, not combines them. Option D is a side effect that might occur in some designs, but it's not the purpose or benefit of this gateway type.
Memory tip: Think of the Event-based Gateway as a "whoever calls first wins" mechanism - the process sits idle at the gateway and the first event to arrive (a message, timer, signal, etc.) immediately determines which path is taken.
Topics
Community Discussion
No community discussion yet for this question.