Interface SLAViolatedEvent
-
- All Superinterfaces:
ProcessEvent
public interface SLAViolatedEvent extends ProcessEvent
An event when a SLA has been violated.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NodeInstancegetNodeInstance()The node instance this event is related to.-
Methods inherited from interface io.automatiko.engine.api.event.process.ProcessEvent
getEventDate, getProcessInstance, getProcessRuntime
-
-
-
-
Method Detail
-
getNodeInstance
NodeInstance getNodeInstance()
The node instance this event is related to.- Returns:
- the node instance
-
-