Zdieľať cez


StartChildWorkflow.WorkflowId Property

Definition

Sets the ID of the workflow to be started.

public:
 property System::Activities::InArgument<Guid> ^ WorkflowId { System::Activities::InArgument<Guid> ^ get(); void set(System::Activities::InArgument<Guid> ^ value); };
[System.Activities.RequiredArgument]
[System.ComponentModel.Description("Id of the child workflow.")]
public System.Activities.InArgument<Guid> WorkflowId { get; set; }
[<System.Activities.RequiredArgument>]
[<System.ComponentModel.Description("Id of the child workflow.")>]
member this.WorkflowId : System.Activities.InArgument<Guid> with get, set
Public Property WorkflowId As InArgument(Of Guid)

Property Value

The ID of the workflow to be started.

Attributes

Remarks

The WorfklowId property corresponds to the Workflow.WorkflowId attribute which is the primary key for the Workflow entity.

Applies to