Dear All,
Please find the below code for executing
workflow request
ExecuteWorkflowRequest
request = new ExecuteWorkflowRequest()
{
WorkflowId
= new Guid(WORKFLOWGUID),
EntityId
= loopGetQuote.Id
};
//
Execute the workflow.
ExecuteWorkflowResponse
responses = (ExecuteWorkflowResponse)service.Execute(request);
No comments:
Post a Comment