InitializeWorkflow class
Defines a workflow activity that is used to call a method on a local service.
Inheritance hierarchy
System.Object
System.Workflow.ComponentModel.DependencyObject
System.Workflow.ComponentModel.Activity
System.Workflow.Activities.CallExternalMethodActivity
Microsoft.SharePoint.WorkflowActions.InitializeWorkflow
Namespace: Microsoft.SharePoint.WorkflowActions
Assembly: Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)
Syntax
'Declaration
Public NotInheritable Class InitializeWorkflow _
Inherits CallExternalMethodActivity
'Usage
Dim instance As InitializeWorkflow
public sealed class InitializeWorkflow : CallExternalMethodActivity
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.