WorkflowInstanceService.StartWorkflowOnListItem Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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
- payload
- IDictionary<String,Object>
Returns
- Attributes