cancel
Showing results for 
Search instead for 
Did you mean: 

How to track node execution failure in workflow ?

hardiku
Champ in-the-making
Champ in-the-making
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 ?
1 REPLY 1

martin_grofcik
Confirmed Champ
Confirmed Champ
Hi Hardiku,

Listen to ActivitiEventType.JOB_RETRIES_DECREMENTED event and sent notification based on that event.

Regards
Martin