bpmn-io / bpmnlint

Validate BPMN diagrams based on configurable lint rules.
MIT License
125 stars 37 forks source link

Add `no-implicit-end` and `no-implicit-start` rules #103

Closed nikku closed 1 year ago

nikku commented 1 year ago

This adds a new no-implicit-end and no-impicit-start rules that can be used along with end-event-required and start-event-required rules to ensure that token sinks and token spawns are explicitly modeled on a diagram.

no-implicit-end-incorrect

no-implicit-start-incorrect


Closes #88