Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents a workflow instance that has run or is currently running on a site.
System.Object
Microsoft.SharePoint.Workflow.SPWorkflow
Namespace: Microsoft.SharePoint.Workflow
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
<SubsetCallableTypeAttribute> _
Public NotInheritable Class SPWorkflow _
Implements IComparable(Of SPWorkflow)
'Usage
Dim instance As SPWorkflow
[SubsetCallableTypeAttribute]
public sealed class SPWorkflow : IComparable<SPWorkflow>
Contains members that return information about the workflow instance; such as whether the workflow has completed, its internal state, and its workflow history list.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Microsoft.SharePoint.Workflow namespace
Workflows in Windows SharePoint Services
Workflow Development for Windows SharePoint Services
Workflow Object Model in Windows SharePoint Services Overview