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 elements overlapping sequence flows #23

Open nikku opened 5 years ago

nikku commented 5 years ago

Sometimes situations may happen where elements are overlapping sequence flows, leading to unintentional execution behavior.

This is the case in the following picture where a task is placed on a flow going directly from start to gateway:

image

Cf. example diagram.

Tasks