WorkflowStatus Enumeration Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

The workflow status values

Namespace: ContentStudio.Document.Workflow
Assembly: CSServer5 (in CSServer5.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public enum WorkflowStatus
Members

  Member nameValueDescription
Unknown-3 No information available
None-2 This document or category is not subject to workflow.
Exists-1 Workflow is used by this document or category, but either the document does not exists or its draft content has not yet been created or the instance exists but workflow server has not initiated the instance.
Initialized0 Workflow exists and is initiated.
Running1 Workflow is running.
Suspended2 Workflow is suspended.
Resumed3 Workflow is resumed and running.
Terminated4 Workflow is terminated.
Completed5 Workflow is completed.
See Also

Reference