Interface ProcessNodeEvent

All Superinterfaces:
ProcessEvent
All Known Subinterfaces:
ProcessNodeInitializedEvent, ProcessNodeLeftEvent, ProcessNodeTriggeredEvent

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