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

All Known Subinterfaces:
WorkflowStrategy
All Known Implementing Classes:
BaseWorkflowStrategy, NodeFirstWorkflowStrategy, StepFirstWorkflowStrategy

public interface WorkflowExecutor

WorkflowExecutor is ...


Method Summary
 WorkflowExecutionResult executeWorkflow(StepExecutionContext executionContext, WorkflowExecutionItem item)
           
 

Method Detail

executeWorkflow

WorkflowExecutionResult executeWorkflow(StepExecutionContext executionContext,
                                        WorkflowExecutionItem item)