bpmn-io / bpmnlint

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

Fake-join and no-implicit-split rules now analyze all activities not only tasks (fixes #125) #126

Closed timKraeuter closed 7 months ago

timKraeuter commented 7 months ago

The Fake-join and no-implicit-split rules now analyze all activities, not only tasks (Closes #125). I added tests where fake-join and implicit-split occur for call activities.

nikku commented 7 months ago

Great. Thanks for your contribution :star: