Input/Output variable for error end event

Hi Experts,

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.

1 Like

The same problem too

Or maybe someone will explain how to send some variables with the end-error event


Solved. If you use CallActivity you just need to add output parameters on call activity block - and it works.

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 :frowning: In my case I want to use one of the existing variables in error end event configuration