HI
I am throwing a BPMN errror from the External tasks line mentioned Below
new BPMNError(“error1”,“error2”) and my catch boundary event is matched and moves on to Next External Service tasks
but i am not able to pass the value error1 to the new tasks which is called after the error boundary event , what variable can i use to get the value ? what i am trying to do is based on the value i would like to route it
Any help is appreciated
Vish