Package org.kie.api.event.process
Interface ProcessNodeEvent
-
- All Superinterfaces:
KieRuntimeEvent
,ProcessEvent
- All Known Subinterfaces:
MessageEvent
,ProcessAsyncNodeScheduledEvent
,ProcessNodeLeftEvent
,ProcessNodeTriggeredEvent
,SignalEvent
public interface ProcessNodeEvent extends ProcessEvent
An event related to the execution of a node instance within a process instance.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default Map<String,Object>
getExtraData()
This allow to add some extra data across node eventsNodeInstance
getNodeInstance()
The node instance this event is related to.-
Methods inherited from interface org.kie.api.event.KieRuntimeEvent
getKieRuntime
-
Methods inherited from interface org.kie.api.event.process.ProcessEvent
getEventDate, getProcessInstance
-
-
-
-
Method Detail
-
getNodeInstance
NodeInstance getNodeInstance()
The node instance this event is related to.- Returns:
- the node instance
-
-