Share via


WorkflowBuilder(ExecutorBinding) Constructor

Definition

Initializes a new instance of the WorkflowBuilder class with the specified starting executor.

public WorkflowBuilder(Microsoft.Agents.AI.Workflows.ExecutorBinding start);
new Microsoft.Agents.AI.Workflows.WorkflowBuilder : Microsoft.Agents.AI.Workflows.ExecutorBinding -> Microsoft.Agents.AI.Workflows.WorkflowBuilder
Public Sub New (start As ExecutorBinding)

Parameters

start
ExecutorBinding

The executor that defines the starting point of the workflow. Cannot be null.

Applies to