Is it possible to attach custom handlers to bpm elements?

I would like to add the ability to display a tooltip when hovering over a bpmn node, I need an onHover event
How can i do this?

Hi @pro100efim,

take a look at this repo containing a tooltip plugin for the Camunda Modeler: GitHub - viadee/camunda-modeler-tooltip-plugin: Add tooltips to various BPMN-elements revealing technical properties.

Hope this helps, Ingo

These custom handlers or actions are often implemented through event listeners, triggers, or hooks provided by the BPM app. They allow you to respond to specific events or actions that occur within the BPM process and execute custom code or logic accordingly.