bpmnlint icon indicating copy to clipboard operation
bpmnlint copied to clipboard

Detect conflicting interrupting event subscriptions per scope

Open nikku opened this issue 3 years ago • 0 comments

The rule should detect the following modeling patterns

event-scopes

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.

nikku avatar Feb 28 '23 14:02 nikku