Bpmn error details after been catch by ErrorBoundaryEvent ?
Hi,I have an asynchronous process like this :Tasks 1 and 2 can throw exception with some details (like fields validation errors)How can I get the details of the error caught by the error boundaries in the "Do something with errors" task ? Thanks