Skip to main content

Enum BuildStepPosition

Determines the order of the build steps

Syntax
public enum BuildStepPosition

Namespace: OptimaJet.Workflow.Core.Builder

Assembly: OptimaJet.Workflow.Core.dll

Fields

NameDescription
BeforeSystemStepsThe step will be executed before system build steps
SystemStepsThe step will be executed as system build step
AfterSystemStepsThe step will be executed after system build steps

Extension Methods