cancel
Showing results for 
Search instead for 
Did you mean: 

Listener on PROCESS STARTED event

alef
Champ in-the-making
Champ in-the-making
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.

Thanks in advance.
1 REPLY 1

trademak
Star Contributor
Star Contributor
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.

Best regards,