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