How to track node execution failure in workflow ?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2015 07:01 AM
I have a workflow with 1 user task and 2 service tasks. Now i want to track, if by some reason any of the service task execution fails, i want to notify the user which service task was failed and the reason for failure (need to be persistent). I am using activiti version 5.15, and have looked all available APIs along with database. But i couln't figure out the way to do it with activiti.
Is it possible to do with activiti by some API or otherwise ?
Is it possible to do with activiti by some API or otherwise ?
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2015 02:15 AM
Hi Hardiku,
Listen to ActivitiEventType.JOB_RETRIES_DECREMENTED event and sent notification based on that event.
Regards
Martin
Listen to ActivitiEventType.JOB_RETRIES_DECREMENTED event and sent notification based on that event.
Regards
Martin
