Enum BuildStepPosition
Determines the order of the build steps
Syntaxpublic enum BuildStepPosition
Namespace: OptimaJet.Workflow.Core.Builder
Assembly: OptimaJet.Workflow.Core.dll
Fields
| Name | Description |
|---|---|
| BeforeSystemSteps | The step will be executed before system build steps |
| SystemSteps | The step will be executed as system build step |
| AfterSystemSteps | The step will be executed after system build steps |