Share via


FlowOrchestrator Class

Definition

A flow orchestrator that using semantic kernel for execution.

public class FlowOrchestrator
type FlowOrchestrator = class
Public Class FlowOrchestrator
Inheritance
FlowOrchestrator

Constructors

FlowOrchestrator(IKernelBuilder, IFlowStatusProvider, Dictionary<Object,String>, IFlowValidator, FlowOrchestratorConfig)

Initialize a new instance of the FlowOrchestrator class.

Methods

ExecuteFlowAsync(Flow, String, String, KernelArguments)

Execute a given flow.

Applies to