C# Class InvertedSoftware.WorkflowEngine.Execution.StepExecutor

Afficher le fichier Open project: invertedsoftware/Inverted-Software-Workflow-Engine Class Usage Examples

Méthodes publiques

Méthode Description
StepExecutor ( ) : System

Private Methods

Méthode 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 méthode

public StepExecutor ( ) : System
Résultat System