Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initiates the specified workflow instance.
Namespace: Microsoft.SharePoint.Workflow
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<CorrelationInitializerAttribute> _
Sub InitializeWorkflow ( _
workflowId As Guid _
)
'Usage
Dim instance As ISharePointService
Dim workflowId As Guid
instance.InitializeWorkflow(workflowId)
[CorrelationInitializerAttribute]
void InitializeWorkflow(
Guid workflowId
)
Parameters
workflowId
Type: System.GuidThe ID of the workflow instance to initialize.
Remarks
This method is used by the InitializeWorkflow class of the Microsoft.SharePoint.WorkflowActions namespace.