SPWorkflowCollection class

Represents a collection of workflow instances.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Administration.SPAutoSerializingObject
    Microsoft.SharePoint.SPBaseCollection
      Microsoft.SharePoint.Workflow.SPWorkflowCollection

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

Syntax

'Declaration
<SubsetCallableTypeAttribute> _
Public NotInheritable Class SPWorkflowCollection _
    Inherits SPBaseCollection
'Usage
Dim instance As SPWorkflowCollection
[SubsetCallableTypeAttribute]
public sealed class SPWorkflowCollection : SPBaseCollection

Remarks

Each SPWorkflow object contains members that return information about the workflow instance, such as whether the workflow has completed, its internal state, and its workflow history list.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

SPWorkflowCollection members

Microsoft.SharePoint.Workflow namespace

Other resources

Workflows in Windows SharePoint Services

Workflow Development for Windows SharePoint Services

Workflow Object Model in Windows SharePoint Services Overview