I have a job worker which is throwing ZeebeBpmnError with errorCode and error message as following and I have a event subprocess setup with starting as “error start event”. It is entering error start event but it is not able to get the error message
throw new ZeebeBpmnError("error", "one or more variables not present. ");
“Catch all workers” is a service task where i tried printing variables and it doesn’t print anything.
Please advice.
Thanks.