Module io.automatiko.engine.api
Interface ProcessNodeEvent
- All Superinterfaces:
ProcessEvent
- All Known Subinterfaces:
ProcessNodeInitializedEvent,ProcessNodeLeftEvent,ProcessNodeTriggeredEvent
An event related to the execution of a node instance within a process
instance.
-
Method Summary
Modifier and TypeMethodDescriptionThe node instance this event is related to.Methods inherited from interface io.automatiko.engine.api.event.process.ProcessEvent
getEventDate, getProcessInstance, getProcessRuntime
-
Method Details
-
getNodeInstance
NodeInstance getNodeInstance()The node instance this event is related to.- Returns:
- the node instance
-