Package com.dtolabs.rundeck.core.execution.workflow.state

Interface Summary
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 Summary
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 WorkflowStateListeners.
WorkflowNodeStateImpl $INTERFACE is ...
WorkflowStateImpl $INTERFACE is ...
WorkflowStepStateImpl $INTERFACE is ...
 

Enum Summary
ExecutionState $INTERFACE is ...
StepAspect Aspect of a step