SPWorkflowActivityStatus enumeration

Describes the status of a workflow activity.

Namespace:  Microsoft.SharePoint.Workflow
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Enumeration SPWorkflowActivityStatus
'Usage
Dim instance As SPWorkflowActivityStatus
public enum SPWorkflowActivityStatus

Members

Member name Description
NotStarted The workflow activity has not been initiated.
InProgress The workflow activity is underway.
Succeeded The workflow activity has completed successfully.
Canceled The workflow activity was canceled.
Faulted The workflow activity failed due to an error.

Remarks

You can use these enumeration values to set or interpret the value of the Status property.

See also

Reference

Microsoft.SharePoint.Workflow namespace