bpmn-io / bpmnlint

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

fix: don't mark compensation activity as implicit start #132

Closed barmac closed 3 months ago

barmac commented 4 months ago

This is currently marked as violating no-implicit-start rule while compensation activities can never have an incoming sequence flow.

no-implicit-start

nikku commented 3 months ago

Released with v10.2.1. Thanks!