WorkflowBuilder(ExecutorBinding) Constructor
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.
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.