WorkflowInstance.Status property

Gets the runtime status of the workflow instance from the WorkflowStatus enumeration.

Namespace:  Microsoft.SharePoint.WorkflowServices
Assembly:  Microsoft.SharePoint.WorkflowServicesBase (in Microsoft.SharePoint.WorkflowServicesBase.dll)

Syntax

'Declaration
<ClientCallablePropertyAttribute(SetProperty := False)> _
Public Property Status As WorkflowStatus
    Get
    Friend Set
'Usage
Dim instance As WorkflowInstance
Dim value As WorkflowStatus

value = instance.Status
[ClientCallablePropertyAttribute(SetProperty = false)]
public WorkflowStatus Status { get; internal set; }

Property value

Type: Microsoft.SharePoint.WorkflowServices.WorkflowStatus
Returns the WorkflowStatus enumeration value representing the status of this instance.

See also

Reference

WorkflowInstance class

WorkflowInstance members

Microsoft.SharePoint.WorkflowServices namespace