public interface WorkflowInstanceEventListener
| Modifier and Type | Method and Description |
|---|---|
void |
onAborted(WorkflowInstanceEvent event)
Called after a workflow instance was aborted.
|
void |
onExecuted(WorkflowInstanceEvent event)
Called after a workflow instance's execution finishes.
|
void |
onStarting(WorkflowInstanceEvent event)
Called before a workflow instance is started.
|
void onStarting(WorkflowInstanceEvent event)
event - information on the instance being startedvoid onAborted(WorkflowInstanceEvent event)
event - information on the aborted instancevoid onExecuted(WorkflowInstanceEvent event)
event - information on the completed instanceCopyright © 2017. All rights reserved.