InteropService.StartWorkflow 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> StartWorkflow (string associationName, Guid correlationId, Guid listId, Guid itemGuid, System.Collections.Generic.IDictionary<string,object> workflowParameters);
abstract member StartWorkflow : string * Guid * Guid * Guid * System.Collections.Generic.IDictionary<string, obj> -> Microsoft.SharePoint.Client.ClientResult<Guid>
override this.StartWorkflow : string * Guid * Guid * Guid * System.Collections.Generic.IDictionary<string, obj> -> Microsoft.SharePoint.Client.ClientResult<Guid>
Public Overridable Function StartWorkflow (associationName As String, correlationId As Guid, listId As Guid, itemGuid As Guid, workflowParameters As IDictionary(Of String, Object)) As ClientResult(Of Guid)
Parameters
- associationName
- String
- correlationId
- Guid
- listId
- Guid
- itemGuid
- Guid
- workflowParameters
- IDictionary<String,Object>
Returns
- Attributes