camunda / bpmnlint-plugin-camunda-compat

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

fix(no-loop): return no next elements if no call activity loop #156

Closed philippfromme closed 6 months ago

philippfromme commented 6 months ago

Test was broken. We need to return no next elements if the call activity does not call the parent process.

brave_IIl41jA7oT

Closes #155