Can you tell me when UNCAUGHT_BPMN_ERROR is really thrown and how to catch it?
I've created a ActivtiEventListener that I have registered in the ProcessEngine. It receive a lot of events, but I wasn't able to get the UNCAUGHT_BPMN_ERROR event. It instead log a "BpmnError: No catching boundary event found for error with errorCode" message and freeze there. My test never finish.
I may have do something wrong, just searching for an example somewhere and I've done a globak search for : UNCAUGHT_BPMN_ERROR and found nothing…