ExecuteWorkflowRequest.WorkflowId Property    
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.
Gets or sets the ID of the workflow to execute. Required.
public:
 property Guid WorkflowId { Guid get(); void set(Guid value); };public Guid WorkflowId { get; set; }member this.WorkflowId : Guid with get, setPublic Property WorkflowId As GuidProperty Value
The ID of the workflow to execute.
Remarks
The WorkflowId property corresponds to the Workflow.WorkflowId property, which is the primary key for the Workflow entity.