bpmn-io / bpmnlint

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

Add a rule that checks for duplicate sequence flows #22

Closed nikku closed 5 years ago

nikku commented 5 years ago

Sometimes people may end up with diagrams that contain duplicate sequence flows, overlapped by each other:

image

Cf. example diagram.

We should add a lint rule that validates this and reports it to the user.

Tasks