ExecuteWorkflowRequest.WorkflowId Property

Definition

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, set
Public Property WorkflowId As Guid

Property 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.

Applies to