bpmn-io / bpmnlint

Validate BPMN diagrams based on configurable lint rules.
MIT License
123 stars 36 forks source link

`no-implicit-end` rule reports false positives #140

Closed philippfromme closed 6 days ago

philippfromme commented 3 weeks ago

Describe the Bug

The no-implicit-end rule reports false positives when compensations are modeled.

image

Steps to Reproduce

  1. Model compensation boundary event with compensation activity
  2. Implicit end is reported twice

Expected Behavior

No implicit end reported

Environment


Slack conversation: https://camunda.slack.com/archives/C0693F1NFK5/p1723790917001139

nikku commented 3 weeks ago

This should be simple to fix, moving to ready and flagging accordingly.

abdul99ahad commented 1 week ago

Is this required for all boundary events, or only for compensation boundary events and their associated activities?