public interface WorkflowStateListener
| Modifier and Type | Method and Description |
|---|---|
void |
stepStateChanged(StepIdentifier identifier,
StepStateChange stepStateChange,
java.util.Date timestamp)
A step changed state, as identified in the
StepState |
void |
subWorkflowExecutionStateChanged(StepIdentifier identifier,
ExecutionState executionState,
java.util.Date timestamp,
java.util.List<java.lang.String> nodeSet)
A sub workflow state changed with the given identifier
|
void |
workflowExecutionStateChanged(ExecutionState executionState,
java.util.Date timestamp,
java.util.List<java.lang.String> nodeSet)
The workflow execution state changed
|
void stepStateChanged(StepIdentifier identifier, StepStateChange stepStateChange, java.util.Date timestamp)
StepStateidentifier - the new state identifierstepStateChange - the change to the statetimestamp - the time of the changevoid workflowExecutionStateChanged(ExecutionState executionState, java.util.Date timestamp, java.util.List<java.lang.String> nodeSet)
executionState - the new execution statetimestamp - the time of the changenodeSet - the set of nodesvoid subWorkflowExecutionStateChanged(StepIdentifier identifier, ExecutionState executionState, java.util.Date timestamp, java.util.List<java.lang.String> nodeSet)
identifier - the step identifierexecutionState - statetimestamp - timestampnodeSet - node set