Enum WorkflowStepTypeEnum
- Namespace
- CMS.DataEngine
- Assembly
- CMS.DataEngine.dll
Workflow step types enumeration.
public enum WorkflowStepTypeEnum
- Extension Methods
Fields
Action = 11Step with custom action.
[EnumStringRepresentation("automation.step.condition")] Condition = 6Conditional step with else branch.
DocumentArchived = 101Special type of step for document unpublished step.
DocumentEdit = 2Special type of step for document edit step.
DocumentPublished = 100Special type of step for document published step.
[EnumStringRepresentation("automation.step.finish")] Finished = 99General finish step.
Multichoice = 7Step with several conditional choices. (If multiple conditions match, user must choose one.)
MultichoiceFirstWin = 8Step with several conditional choices. (If multiple conditions match, first is used.)
Note = 12Automation process note.
Standard = 3Standard workflow step.
[EnumStringRepresentation("automation.step.start")] Start = 1General start step.
Undefined = 0Undefined workflow step.
Userchoice = 9Step with several conditional choices. (User must always choose.)
[EnumStringRepresentation("automation.step.wait")] Wait = 10Wait step.