FlowOrchestrator Class
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.
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. |