camunda / bpmnlint-plugin-camunda-compat

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

Validate That Catching and Throwing Events Are Children of the Same Process #127

Open philippfromme opened 1 year ago

philippfromme commented 1 year ago

Validation of link events was introduced with https://github.com/camunda/bpmnlint-plugin-camunda-compat/issues/62. Since Zeebe doesn't validate that catching and throwing events are children of the same process, we don't validate it either. Once Zeebe adds validation, we'd want to follow up.


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