| WorkflowStepTypeEnum Enumeration |
Namespace: CMS.DataEngine
public enum WorkflowStepTypeEnum
| Member name | Value | Description | |
|---|---|---|---|
| Undefined | 0 | Undefined workflow step. | |
| Start | 1 | General start step. | |
| DocumentEdit | 2 | Special type of step for document edit step. | |
| Standard | 3 | Standard workflow step. | |
| Condition | 6 | Conditional step with else branch. | |
| 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.) | |
| Userchoice | 9 | Step with several conditional choices. (User must always choose.) | |
| Wait | 10 | Wait step. | |
| Action | 11 | Step with custom action. | |
| Note | 12 | Automation process note. | |
| Finished | 99 | Step with custom action. | |
| DocumentPublished | 100 | Special type of step for document published step. | |
| DocumentArchived | 101 | Special type of step for document archived step. |
Copyright (c) 2023 Kentico Software