Module io.automatiko.engine.api
Interface SLAViolatedEvent
- All Superinterfaces:
ProcessEvent
An event when a SLA has been violated.
-
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
-