Trigger listener on start and end of each activity

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-21-2015 04:21 AM
I need to add verbose logging for process instance to see the route of them in logs. I think the best way to do this will be global listeners which will be trigger on start and end of all activities in process and write info of start/end of activity in log.
Is there any way to do this in Activiti? Or may be there is any another way to solve my issue?
Is there any way to do this in Activiti? Or may be there is any another way to solve my issue?
Labels:
- Labels:
-
Archive
3 REPLIES 3

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-21-2015 05:39 PM
You can add an execution and task listener to do this. This is explained here:
http://activiti.org/userguide/index.html#_hooking_into_process_parsing
Another way would be to listener on a more low level for events in the Activiti Engine, like explained here:
http://activiti.org/userguide/index.html#eventDispatcherConfiguration
Best regards,
http://activiti.org/userguide/index.html#_hooking_into_process_parsing
Another way would be to listener on a more low level for events in the Activiti Engine, like explained here:
http://activiti.org/userguide/index.html#eventDispatcherConfiguration
Best regards,

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-23-2015 09:57 AM
Is there any way to declare global listeners in process definition? Put them in process engine configuration, I think, is not good way if I want listeners only in one process types.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-24-2015 02:31 AM
Hi,
Could help:
http://activiti.org/userguide/index.html#eventDispatcherConfigurationProcessDefinition
Regards
Martin
Could help:
http://activiti.org/userguide/index.html#eventDispatcherConfigurationProcessDefinition
Regards
Martin
