Hi again,
I have a process like the following:
At any point during the process, an “external message” (through a websocket connection) can arrive.
In that message I have the process_instance_id and I can get the runtime.
I want to trigger the Error Event in the event subprocess. But how?
I see the example here Throw bpmn errors from delegation code, but how can I access the Delegateexecution?
