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 ?