Partager via


WorkflowInstanceService.StartWorkflow Method

Definition

[Microsoft.SharePoint.Client.Remote]
public virtual Microsoft.SharePoint.Client.ClientResult<Guid> StartWorkflow (Microsoft.SharePoint.Client.WorkflowServices.WorkflowSubscription subscription, System.Collections.Generic.IDictionary<string,object> payload);
abstract member StartWorkflow : Microsoft.SharePoint.Client.WorkflowServices.WorkflowSubscription * System.Collections.Generic.IDictionary<string, obj> -> Microsoft.SharePoint.Client.ClientResult<Guid>
override this.StartWorkflow : Microsoft.SharePoint.Client.WorkflowServices.WorkflowSubscription * System.Collections.Generic.IDictionary<string, obj> -> Microsoft.SharePoint.Client.ClientResult<Guid>
Public Overridable Function StartWorkflow (subscription As WorkflowSubscription, payload As IDictionary(Of String, Object)) As ClientResult(Of Guid)

Parameters

subscription
WorkflowSubscription

Returns

Attributes

Applies to