com.dtolabs.rundeck.core.execution.workflow
Interface WorkflowExecutionItem

All Superinterfaces:
StepExecutionItem
All Known Implementing Classes:
NodeDispatchedWorkflowExecutionItemImpl, WorkflowExecutionItemImpl

public interface WorkflowExecutionItem
extends StepExecutionItem

WorkflowExecutionItem is an execution item representing an entire workflow.


Field Summary
static java.lang.String COMMAND_TYPE_NODE_FIRST
          Provider name for node first provider implementation
static java.lang.String COMMAND_TYPE_STEP_FIRST
          Provider name for step first provider implementation
static java.lang.String NODE_FIRST
          Node first strategy name
static java.lang.String STEP_FIRST
          Step first strategy nae
 
Method Summary
 IWorkflow getWorkflow()
          Return the workflow definition
 
Methods inherited from interface com.dtolabs.rundeck.core.execution.StepExecutionItem
getType
 

Field Detail

NODE_FIRST

static final java.lang.String NODE_FIRST
Node first strategy name

See Also:
Constant Field Values

STEP_FIRST

static final java.lang.String STEP_FIRST
Step first strategy nae

See Also:
Constant Field Values

COMMAND_TYPE_NODE_FIRST

static final java.lang.String COMMAND_TYPE_NODE_FIRST
Provider name for node first provider implementation

See Also:
Constant Field Values

COMMAND_TYPE_STEP_FIRST

static final java.lang.String COMMAND_TYPE_STEP_FIRST
Provider name for step first provider implementation

See Also:
Constant Field Values
Method Detail

getWorkflow

IWorkflow getWorkflow()
Return the workflow definition

Returns:
workflow