Compartilhar via


OnWorkflowActivated class

Define uma atividade de fluxo de trabalho que é usada para responder ao evento ISharePointService.OnWorkflowActivated .

Inheritance hierarchy

System.Object
  System.Workflow.ComponentModel.DependencyObject
    System.Workflow.ComponentModel.Activity
      System.Workflow.Activities.HandleExternalEventActivity
        Microsoft.SharePoint.WorkflowActions.OnWorkflowActivated

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

Syntax

'Declaração
<ActivityToolboxDisplayAttribute("VSTTSharePointWorkflow", True)> _
<ToolboxBitmapAttribute(GetType(OnWorkflowActivated), "Resources.OnWorkflowActivated.bmp")> _
Public NotInheritable Class OnWorkflowActivated _
    Inherits HandleExternalEventActivity
'Uso
Dim instance As OnWorkflowActivated
[ActivityToolboxDisplayAttribute("VSTTSharePointWorkflow", true)]
[ToolboxBitmapAttribute(typeof(OnWorkflowActivated), "Resources.OnWorkflowActivated.bmp")]
public sealed class OnWorkflowActivated : HandleExternalEventActivity

Comentários

Uma atividade de OnWorkflowActivated deve ser a primeira atividade do fluxo de trabalho SharePoint Foundation .

SharePoint Foundation gera esse evento atividade quando um fluxo de trabalho é iniciado para um item do SharePoint. Esta atividade inicializa a correlação entre a identificação do fluxo de trabalho e o token de correlação.

O evento OnWorkflowActivated é válido somente como a primeira atividade do fluxo de trabalho. SharePoint Foundation ignora as atividades OnWorkflowActivated colocadas em qualquer outra posição no 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

OnWorkflowActivated members

Microsoft.SharePoint.WorkflowActions namespace

Outros recursos

Workflow Activities for Windows SharePoint Services Overview

Workflow Initialization in Windows SharePoint Services