SPWorkflowManager.GetItemActiveWorkflows Method
Returns a collection of the workflow instances currently running on the specified list item.
Namespace: Microsoft.SharePoint.Workflow
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public Function GetItemActiveWorkflows ( _
item As SPListItem _
) As SPWorkflowCollection
'Usage
Dim instance As SPWorkflowManager
Dim item As SPListItem
Dim returnValue As SPWorkflowCollection
returnValue = instance.GetItemActiveWorkflows(item)
public SPWorkflowCollection GetItemActiveWorkflows(
SPListItem item
)
Parameters
item
Type: Microsoft.SharePoint.SPListItemThe list item for which you want to return active workflow instances.
Return Value
Type: Microsoft.SharePoint.Workflow.SPWorkflowCollection
An SPWorkflowCollection object that represents the workflows running on the item.
Remarks
This method gets the workflows running on the list item specified by the item parameter.
See Also
Reference
Microsoft.SharePoint.Workflow Namespace
Other Resources
Workflows in SharePoint Foundation