In the small BPMN fragment, elementBis anEnd Eventdrawn with athick (bold) border, which in BPMN indicates aTerminate End Event.
Terminate End Event semantics in OMG BPMN:
When a token arrives at a Terminate End Event, itimmediately ends the entire process instance (or the entire scope/subprocess), regardless of any other active tokens in parallel branches.
It therefore“interrupts” the process, stopping all ongoing activities for that instance.
Evaluating the options:
A. throws an error– That would be anError End Event(with a lightning-bolt icon), not a bold-bordered circle.
B. generates a token– Token generation is behavior ofStart Events, not End Events.
C. consumes a token– All End Events consume the arriving token; this is true but not distinctive to this specific symbol.
D. interrupts the process– This is the defining behavior of aTerminate End Event, so this is the correct answer.
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit