bpmn-io / bpmnlint

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

Exclude Event Sub-Process From No-Disconnected Rule #31

Closed philippfromme closed 5 years ago

philippfromme commented 5 years ago

We have a no-disconnected rule that checks for flow elements that are not connected to other flow elements (usually an error).

The rule seems to apply to event sub-processes, too:

foo

Those, by definition are never connected to other flow elements and should ignored in the check.

Describe the solution you'd like

oguzeroglu commented 5 years ago

Fixed via #32