camunda / bpmnlint-plugin-camunda-compat

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

Validate That Throwing Link Event Has Corresponding Catching Link Event #129

Closed philippfromme closed 7 months ago

philippfromme commented 1 year ago

Validation of link events was introduced with https://github.com/camunda/bpmnlint-plugin-camunda-compat/issues/62. Zeebe validates that for a throwing link event there is a catching link event with the corresponding name. The link-event rule should validate this, too.


Follow-up to https://github.com/camunda/bpmnlint-plugin-camunda-compat/issues/62

nikku commented 7 months ago

This should be a core validation rule, as none of this is Zeebe specific, but how the BPMN works.

nikku commented 7 months ago

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