camunda / bpmnlint-plugin-camunda-compat

A bpmnlint plug-in for Camunda BPMN compatibility.
MIT License
0 stars 2 forks source link

`link-event` Rule Should Validate That Throwing Link Events Have Unique Names #136

Closed philippfromme closed 7 months ago

philippfromme commented 11 months ago

Using the same name for two throwing link events should be discouraged as it is equivalent to an implicit join. There should be a 1:1 relationship between all throwing and catching link events.

diagram_1

nikku commented 7 months ago

Closed in favor of https://github.com/bpmn-io/bpmnlint/pull/128.