Package | Description |
---|---|
org.kie.api.event.process |
Events emitted while process instances are executing.
|
Modifier and Type | Method and Description |
---|---|
default void |
ProcessEventListener.afterSLAViolated(SLAViolatedEvent event)
This listener method is invoked right after a process/node instance's SLA has been violated.
|
default void |
ProcessEventListener.beforeSLAViolated(SLAViolatedEvent event)
This listener method is invoked right before a process/node instance's SLA has been violated.
|
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.