Share via


SubworkflowBinding Constructors

Definition

Overloads

Name Description
SubworkflowBinding(SubworkflowBinding)
SubworkflowBinding(Workflow, String, ExecutorOptions)

Represents the workflow binding details for a subworkflow, including its instance, identifier, and optional executor options.

SubworkflowBinding(SubworkflowBinding)

protected SubworkflowBinding(Microsoft.Agents.AI.Workflows.SubworkflowBinding original);
Protected Sub New (original As SubworkflowBinding)

Parameters

Applies to

SubworkflowBinding(Workflow, String, ExecutorOptions)

Represents the workflow binding details for a subworkflow, including its instance, identifier, and optional executor options.

public SubworkflowBinding(Microsoft.Agents.AI.Workflows.Workflow WorkflowInstance, string Id, Microsoft.Agents.AI.Workflows.ExecutorOptions? ExecutorOptions = default);
new Microsoft.Agents.AI.Workflows.SubworkflowBinding : Microsoft.Agents.AI.Workflows.Workflow * string * Microsoft.Agents.AI.Workflows.ExecutorOptions -> Microsoft.Agents.AI.Workflows.SubworkflowBinding
Public Sub New (WorkflowInstance As Workflow, Id As String, Optional ExecutorOptions As ExecutorOptions = Nothing)

Parameters

WorkflowInstance
Workflow
Id
String
ExecutorOptions
ExecutorOptions

Applies to