If there a way to catch any type of errors thrown from subprocess, whose script task or service task can throw java RuntimeException or any other type of Exception?
I see ErrorBoundary only catches BpmnError. Is there a better way to handle java Exception in generic way for BPMN.
Currently in case of java Exception, process is getting terminated abruptly without allowing to do any post processing.
Thanks.