CrmServiceClient.ExecuteWorkflowOnEntity(String, Guid, Guid) 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.
Executes a named workflow on an object.
public Guid ExecuteWorkflowOnEntity (string workflowName, Guid id, Guid batchId = default);
member this.ExecuteWorkflowOnEntity : string * Guid * Guid -> Guid
Public Function ExecuteWorkflowOnEntity (workflowName As String, id As Guid, Optional batchId As Guid = Nothing) As Guid
Parameters
- workflowName
- String
name of the workflow to run
- id
- Guid
ID to exec against
- batchId
- Guid
Optional: if set to a valid GUID, generated by the Create Batch Request Method, will assigned the request to the batch for later execution, on fail, runs the request immediately
Returns
Async Op ID of the WF or Guid.Empty