- I can define a BPMN error with the exception class name as the errorCode, such that it triggers when this particular exception is propagated
- I can further define the property errorCodeVariable to store the error code that triggered the event in a variable
Current behavior:
- the variable is set to null. It only works for non-exception errors.
Expected behavior:
- the variable contains the full qualified exception class name as the error code