Dear Team,
I have a simple process with one human activity. Hooked a TaskListener to the human activity(create event) to handle business logic upon creation of task. This Task Listene may throw exceptions & to handle these exceptions, I have attached a boundary error event to the human activity to catch errors. Not 100% sure how to use boundary error event on human activity.
This error boundary event is not catching exceptions thrown by human activity listener.
Anybody throuw some light how to handle this issue.