Interface | Description |
---|---|
HasExecutionState |
HasExecutionState is ...
|
MutableExecutionState |
MutableExecutionState is ...
|
StepContextId |
Identifies the context of a step execution
|
StepIdentifier |
Identifies a step in a workflow
|
StepState |
Describes the state of a step, which includes the execution status, and possible metadata
|
StepStateChange |
Represents a change to the workflow state
|
WorkflowNodeState |
Represents the execution state of a single node
|
WorkflowState |
Represents the state of a workflow
|
WorkflowStateListener |
Listens to state changes for a workflow
|
WorkflowStepState |
Describes the state of a step within a workflow, which has an identifier, a possible sub workflow, and possible
node-oriented states.
|
Class | Description |
---|---|
EchoExecListener |
$INTERFACE is ...
|
EchoWFStateListener |
$INTERFACE is ...
|
StateUtils |
$INTERFACE is ...
|
StateUtils.CtxItem | |
StepIdentifierImpl |
$INTERFACE is ...
|
StepStateChangeImpl |
$INTERFACE is ...
|
StepStateImpl |
$INTERFACE is ...
|
WorkflowExecutionStateListenerAdapter |
Adapts events from a
WorkflowExecutionListener and sends changes to a list of WorkflowStateListener s. |
WorkflowNodeStateImpl |
$INTERFACE is ...
|
WorkflowStateImpl |
$INTERFACE is ...
|
WorkflowStepStateImpl |
$INTERFACE is ...
|
Enum | Description |
---|---|
ExecutionState |
$INTERFACE is ...
|
StepAspect |
Aspect of a step
|