WorkflowInstanceStatus Enumeration

 

The status of the workflow instance.

Namespace:   Microsoft.Activities
Assembly:  Microsoft.Activities (in Microsoft.Activities.dll)

Syntax

public enum WorkflowInstanceStatus
public enum class WorkflowInstanceStatus
type WorkflowInstanceStatus
Public Enumeration WorkflowInstanceStatus

Members

Member name Description
Canceled

The instance has been cancelled.

Canceling

The instance is being cancelled.

Completed

The instance has completed.

NotSpecified

The instance status has not be specified.

NotStarted

The instance has not been started.

Started

The instance has started.

Suspended

The instance is suspended.

Terminated

The instance has been terminated.

See Also

Microsoft.Activities Namespace

Return to top