Share via


WorkflowStatus Enum

Definition

Represents the workflow status. service

public enum class WorkflowStatus
public enum WorkflowStatus
type WorkflowStatus = 
Public Enum WorkflowStatus
Inheritance
WorkflowStatus

Fields

Active 0

Specifies that the workflow is active.

Cancel 2

Specifies that the workflow is cancel.

Complete 1

Specifies that the workflow is complete.

Restored 3

Specifies that the workflow is restored..

Remarks

If the WorkflowStatus is 1, the workflow is active. If the WorkflowStatus is 0, the workflow is complete. If the WorkflowStatus is 2, a workflow is canceled. If the WorkflowStatus is 3, the workflow is restored.

Applies to