SPWorkflowManager Members
Include Protected Members
Include Inherited Members
Contains members that enable you to centrally control the workflow templates and instances across a site collection.
The SPWorkflowManager type exposes the following members.
Properties
Name | Description | |
---|---|---|
ShuttingDown | True if Windows SharePoint Services is shutting down the workflow manager. |
Top
Methods
Name | Description | |
---|---|---|
CancelWorkflow | Cancels the specified workflow instance. | |
CountWorkflowAssociations | Returns the number of workflow associations, based on the specified workflow template, for the specified site collection. | |
CountWorkflows(SPContentType) | Returns the IDs of the workflow associations and the count of instances for each association. | |
CountWorkflows(SPList) | Returns the identifiers of the workflow associations on the list and the count of instances for each association. | |
CountWorkflows(SPWeb) | Returns the identifiers of the associations on this SPWeb and the number of running instances per association. | |
CountWorkflows(SPWorkflowAssociation) | Returns the number of workflow instances for the specified workflow association. | |
CountWorkflows(SPWorkflowTemplate, SPSite) | Returns the number of workflow instances for the specified workflow template, on the specified site collection. | |
Dispose() | Releases all resources used by the current instance of the SPWorkflowManager class. | |
Dispose(Boolean) | Releases the unmanaged resources used by the SPWorkflowManager class and optionally releases the managed resources. | |
Equals | (Inherited from Object.) | |
Finalize | Releases the unmanaged resources used by the SPWorkflowManager class. (Overrides Object.Finalize().) | |
GetHashCode | (Inherited from Object.) | |
GetItemActiveWorkflows | Returns a collection of the workflow instances currently running on the specified list item. | |
GetItemTasks(SPListItem) | Returns a collection of workflow tasks for the specified list item. | |
GetItemTasks(SPListItem, SPWorkflowFilter) | Returns a filtered collection of workflow tasks for the specified list item. | |
GetItemWorkflows(SPListItem) | Returns a collection of all the workflow instances that have ever run on the specified list item. | |
GetItemWorkflows(SPListItem, SPWorkflowFilter) | Returns a filtered collection of all the workflow instances that have ever run on the specified list item. | |
GetType | (Inherited from Object.) | |
GetWorkflowAvailableRunCount | Obtains the number of workflow instances that can be started simultaneously, without being postponed, at the moment of the call. | |
GetWorkflowTasks(SPListItem, SPWorkflow) | Returns a collection of all tasks belonging to the specified workflow instance. | |
GetWorkflowTasks(SPListItem, Guid) | Returns a collection of all tasks belonging to the specified workflow instance. | |
GetWorkflowTasks(SPListItem, SPWorkflow, SPWorkflowFilter) | Returns a filtered collection of the tasks belonging to the specified workflow instance. | |
GetWorkflowTasks(SPListItem, Guid, SPWorkflowFilter) | Returns a filtered collection of the tasks belonging to the specified workflow instance. | |
GetWorkflowTemplatesByCategory | Returns a collection of the workflow templates belonging to the specified category. | |
MemberwiseClone | (Inherited from Object.) | |
ModifyWorkflow | Modifies the specified workflow instance, as specified in the context data. | |
RemoveWorkflowFromListItem | Removes the specified workflow instance from the list item to which it was attached. | |
StartWorkflow(SPListItem, SPWorkflowAssociation, String) | Creates and starts a new workflow instance on a specified list item, based on a specified workflow association, with specified event parameters. | |
StartWorkflow(SPListItem, SPWorkflowAssociation, String, Boolean) | Creates and starts a new workflow instance on a specified list item, based on a specified workflow association, with specified event parameters, and optionally indicates whether this workflow is starting automatically or manually. | |
StartWorkflow(Object, SPWorkflowAssociation, String, SPWorkflowRunOptions) | Creates and starts a new workflow instance on a specified object, based on a specified workflow association, with specified event parameters, and with specified options for running the workflow instance. | |
ToString | (Inherited from Object.) |
Top