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

All Superinterfaces:
WorkflowExecutor
All Known Implementing Classes:
BaseWorkflowStrategy, NodeFirstWorkflowStrategy, StepFirstWorkflowStrategy

public interface WorkflowStrategy
extends WorkflowExecutor

WorkflowStrategy interface performs the workflow execution and returns an ExecutionResult


Field Summary
static java.lang.String NODE_FIRST
           
static java.lang.String STEP_FIRST
           
 
Method Summary
 
Methods inherited from interface com.dtolabs.rundeck.core.execution.workflow.WorkflowExecutor
executeWorkflow
 

Field Detail

NODE_FIRST

static final java.lang.String NODE_FIRST
See Also:
Constant Field Values

STEP_FIRST

static final java.lang.String STEP_FIRST
See Also:
Constant Field Values