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)

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.

See also

Reference

SPWorkflowTask members

Microsoft.SharePoint.Workflow namespace