SPWorkflowTask Class
Represents a single workflow task for a given workflow instance.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.SPSecurableObject
Microsoft.SharePoint.SPItem
Microsoft.SharePoint.SPListItem
Microsoft.SharePoint.Workflow.SPWorkflowTask
Namespace: Microsoft.SharePoint.Workflow
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
<SubsetCallableTypeAttribute> _
Public NotInheritable Class SPWorkflowTask _
Inherits SPListItem
'Usage
Dim instance As SPWorkflowTask
[SubsetCallableTypeAttribute]
public sealed class SPWorkflowTask : SPListItem
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.