I am using with the escalation (error) end event to throw an error and terminate my process instance gracefully. In addition, there is a custom handler subprocess with escalation start event.
There is one input parameter added as below picture and the intention is to use that variable in error handling. However, the variable is not accessible in error handling java delegation class.
hey @IrenJones, sorry for bumping the old thread, but how did you pass variable to error end event? Could you send an example please? I didn’t get it from your message In my case I want to use one of the existing variables in error end event configuration