Hi folks,
We have one use case where when one service task is throwing error, camunda it is internally creating incidents but our application is not able to get track of it , because it is not throwing error from any of the listener,
in below , model i have deliberately trying to use variable which is not defined , but it is not throwing error in any of listeners, and is being tracked by process engine in incident table
could you please help on where to catch this error in application