camunda / camunda-modeler

An integrated modeling solution for BPMN, DMN and Forms based on bpmn.io.
https://camunda.com/products/modeler
MIT License
1.49k stars 476 forks source link

Add start and end event listener icons to diagram #1428

Closed ghost closed 5 years ago

ghost commented 5 years ago

Is your feature request related to a problem? Please describe.

Listeners provide implicit functionals which may affect to execution of process but they does not displayed on diagram. It makes debugging and undestanding of diagram a little harder.

Describe the solution you'd like

I think it would be useful if we can see which activities have configured start/end listeners as icon on activity in modeler UI.

Describe alternatives you've considered

None

ingorichtsmeier commented 5 years ago

Hi @voidkor ,

there is a plugin available for this feature: https://github.com/umb/camunda-modeler-property-info-plugin.

Hope this helps, Ingo

ghost commented 5 years ago

Hi @ingorichtsmeier , it works fine! Thank you!