Click or drag to resize
WorkflowStepTypeEnum Enumeration
Workflow step types enumeration.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntax
C#
public enum WorkflowStepTypeEnum
Members
  Member nameValueDescription
Undefined0 Undefined workflow step.
Start1 General start step.
DocumentEdit2 Special type of step for document edit step.
Standard3 Standard workflow step.
Condition6 Conditional step with else branch.
Multichoice7 Step with several conditional choices. (If multiple conditions match, user must choose one.)
MultichoiceFirstWin8 Step with several conditional choices. (If multiple conditions match, first is used.)
Userchoice9 Step with several conditional choices. (User must always choose.)
Wait10 Wait step.
Action11 Step with custom action.
Finished99 Step with custom action.
DocumentPublished100 Special type of step for document published step.
DocumentArchived101 Special type of step for document archived step.
See Also