Compartilhar via


SPWorkflowTask class

Representa uma tarefa de fluxo de trabalho simples para uma instância de fluxo de trabalho.

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

'Declaração
<SubsetCallableTypeAttribute> _
Public NotInheritable Class SPWorkflowTask _
    Inherits SPListItem
'Uso
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.

Ver também

Referência

SPWorkflowTask members

Microsoft.SharePoint.Workflow namespace