mesoneer-ag / camunda-modeler-property-info-plugin

This plugin serves a better overview which properties are set per shape.
Apache License 2.0
63 stars 17 forks source link

Execution Listeners (L) on Sequence Flows #29

Closed julrichkieffer closed 1 year ago

julrichkieffer commented 2 years ago

In reviewing another's BPMN diagram, I discovered that Sequence Flows can also associate Execution Listeners. However, as I've come to rely on this lovely plugin to highlight implementation aspects, it doesn't indicate execution listeners when these are applied to a sequence flow.

moritzwiechers commented 1 year ago

hi @julrichkieffer,

In our project analyzing bpmn diagramms and changing them is our every day work. We often ran into the problem, that a connection was recreated or changed and the listener got dropped by mistake.

This repo seems to be inactive. So I created a fork and added the functionality to show badges on SequenceFlows.

Maybe it could be usefull for you too.

ruslan-moskovenko commented 1 year ago

Hi @julrichkieffer

Sequence Flow implementation is now available in the new (0.0.3) release.

Kind regards