Click or drag to resize
WorkflowActionEnum Enumeration
Workflow action enumeration.

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 12.0.0
Syntax
C#
public enum WorkflowActionEnum
Members
  Member nameValueDescription
Unknown0 Unknown action.
Approve1 The document is approved - send e-mail to the users that are approve within next step and to the document editor.
Reject2 Document is rejected - send e-mail to the user that reject the document and to the document editor.
Publish3 The document is published - send e-mail to the document editor.
Archive4 The document is archived - send e-mail to the document editor.
MoveToSpecificStep5 The document is moved to specific step.
See Also