Interface ProcessNodeEvent

All Superinterfaces:
KieRuntimeEvent, ProcessEvent
All Known Subinterfaces:
ErrorEvent, MessageEvent, ProcessNodeLeftEvent, ProcessNodeTriggeredEvent, SignalEvent

public interface ProcessNodeEvent extends ProcessEvent
An event related to the execution of a node instance within a process instance.
  • Method Details

    • getNodeInstance

      NodeInstance getNodeInstance()
      The node instance this event is related to.
      Returns:
      the node instance