C# Class InvertedSoftware.WorkflowEngine.Execution.StepExecutor

ファイルを表示 Open project: invertedsoftware/Inverted-Software-Workflow-Engine Class Usage Examples

Public Methods

Method Description
StepExecutor ( ) : System

Private Methods

Method Description
RunFrameworkStep ( IWorkflowMessage workflowMessage, int retryStepTimes, ProcessorStep workflowStep, ProcessorJob currentJob, bool isCheckDepends ) : void

Run a workflow step

WaitForDependents ( ProcessorStep workflowStep, ProcessorJob currentJob ) : void

Block untill all steps and groups this step depends on have finished

Method Details

StepExecutor() public method

public StepExecutor ( ) : System
return System