Listener on PROCESS STARTED event
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2015 06:30 AM
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.
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.
Labels:
- Labels:
-
Archive
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2015 03:55 AM
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,
Best regards,
