Uses of Interface
io.automatiko.engine.api.event.process.SLAViolatedEvent
Packages that use SLAViolatedEvent
Package
Description
Events emitted while process instances are executing.
-
Uses of SLAViolatedEvent in io.automatiko.engine.api.event.process
Methods in io.automatiko.engine.api.event.process with parameters of type SLAViolatedEventModifier and TypeMethodDescriptiondefault voidProcessEventListener.afterSLAViolated(SLAViolatedEvent event) This listener method is invoked right after a process/node instance's SLA has been violated.default voidProcessEventListener.beforeSLAViolated(SLAViolatedEvent event) This listener method is invoked right before a process/node instance's SLA has been violated.