Exception boundary event not getting triggered

Hi

this thread may be of interest…

Key takeways from my perspective is these kinds of exceptions are ultimately technical errors. The incident system tends to treat these technical errors for operator intervention via the console. If the treatment of the error is a business treatment, then the BPMN Error event makes this explicit.

However your code needs to differentiate the two treatments and thus potentially wrap a technical exception into a business exception.

There may be smarter ways to commoditize this - parse listerners to inject wrapper code, possibly an engine plugin approach…

regards

Rob