0 Replies Latest reply on Apr 10, 2012 11:18 AM by richie.hao

    Is it possible to audit a catching intermediate event?

    richie.hao

      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.