Hi everyone, I would like a listener which runs everytime a process starts. Supported event types include PROCESS_COMPLETED and PROCESS_CANCELLED, but not PROCESS_STARTED.
For the moment I have assigned a listener on every StartEvent, but it is uncomfortable if you have a lot of diagrams.
When a process instance is created a ENTITY_CREATED event is thrown. So you could already listen to this event and check if the entity is a process instance.