Compartilhar via


SPWorkflow class

Representa uma instância de fluxo de trabalho que foi executado ou está sendo executado em um site.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Workflow.SPWorkflow

Namespace:  Microsoft.SharePoint.Workflow
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaração
<SubsetCallableTypeAttribute> _
Public NotInheritable Class SPWorkflow _
    Implements IComparable(Of SPWorkflow)
'Uso
Dim instance As SPWorkflow
[SubsetCallableTypeAttribute]
public sealed class SPWorkflow : IComparable<SPWorkflow>

Comentários

Contém os membros que retornam informações sobre a instância de fluxo de trabalho; como se o fluxo de trabalho for concluído, seu estado interno e sua lista de histórico do fluxo de trabalho.

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

SPWorkflow members

Microsoft.SharePoint.Workflow namespace

Outros recursos

Workflows in Windows SharePoint Services

Workflow Development for Windows SharePoint Services

Workflow Object Model in Windows SharePoint Services Overview