JBoss Community

Is it possible to audit a catching intermediate event?

created by richie hao in jBPM - View the full discussion

Is it possible to audit a catching intermediate escalation/error event? When an escalation/error thrown in process, it will trigger EventNodeInstanceImpl.signalEvent(String type, Object event), and then directly call triggerComplete of that catching intermediate event, would not call NodeInstanceImpl.trigger, which will call

((InternalProcessRuntime) kruntime.getProcessRuntime())

                                  .getProcessEventSupport().fireBeforeNodeTriggered(this, kruntime);

to trigger the event listeners.

Reply to this message by going to Community

Start a new discussion in jBPM at Community