bpmnlint
bpmnlint copied to clipboard
Detect conflicting interrupting event subscriptions per scope
The rule should detect the following modeling patterns

How does the rule improve the BPMN diagram?
Interrupting events fire immediately, hence there can only be one interrupting event per scope that does something meaningful. If you model two conflicting interrupting events, then you are very likely to run into undefined behavior (execution wise) or make an error.
Rule Details
- Name:
event-scopes - Default notification level:
warn
What alternatives did you consider?
None.