Click to Rate and Give Feedback
SPWorkflowManager Class (Microsoft.SharePoint.Workflow)
Contains members that enable you to centrally control the workflow templates and instances across a site collection.

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

Visual Basic (Declaration)
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel:=True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel:=True)> _
Public Class SPWorkflowManager
    Implements IDisposable
Visual Basic (Usage)
Dim instance As SPWorkflowManager
C#
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel=true)] 
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel=true)] 
public class SPWorkflowManager : IDisposable

Use the SPWorkflowManager class to centrally manage and control the running instances of workflows across a site collection.

Use the SPWorkflowManager object to:

  • Start, run, or cancel workflows.

  • Return all the workflows currently running on a specific item.

  • Perform other workflow administration operations.

The SPWorkflowManager class has no equivalent in the user interface. Through the Windows SharePoint Services user interface, users interact with the workflows running on items on an individual basis.

System.Object
  Microsoft.SharePoint.Workflow.SPWorkflowManager
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content      
Processing
© 2008 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker