Hi!
I have a process with a event-based gateway and a ProcessEventListener to audit the running process instance. When the process instance arrives the gateway, all event nodes fire: NodeTriggered. After I send a signal to the process, one event node fires: NodeLeft and continue the process. That's ok but the other event nodes not fire: NodeLeft.
Does anyone know why?