Workflow Engine .NET

Assembly: OptimaJet.Workflow.Core

Enum BuildStepPosition

OptimaJet.Workflow.Core.Builder.BuildStepPosition

Determines the order of the build steps

public enum BuildStepPosition

Fields

BeforeSystemSteps = 0 #
The step will be executed before system build steps
SystemSteps = 1 #
The step will be executed as system build step
AfterSystemSteps = 2 #
The step will be executed after system build steps