Partager via


WorkflowInstanceService.StartWorkflowOnListItem Method

Definition

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

Parameters

subscription
WorkflowSubscription
itemId
Int32

Returns

Attributes

Applies to