IFlowExecutor.ExecuteFlowAsync(Flow, String, String, KernelArguments) Method
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.
Execute the Flow
public System.Threading.Tasks.Task<Microsoft.SemanticKernel.FunctionResult> ExecuteFlowAsync (Microsoft.SemanticKernel.Experimental.Orchestration.Flow flow, string sessionId, string input, Microsoft.SemanticKernel.KernelArguments kernelArguments);
abstract member ExecuteFlowAsync : Microsoft.SemanticKernel.Experimental.Orchestration.Flow * string * string * Microsoft.SemanticKernel.KernelArguments -> System.Threading.Tasks.Task<Microsoft.SemanticKernel.FunctionResult>
Public Function ExecuteFlowAsync (flow As Flow, sessionId As String, input As String, kernelArguments As KernelArguments) As Task(Of FunctionResult)
Parameters
- flow
- Flow
Flow
- sessionId
- String
Session id, which is used to track the execution status.
- input
- String
The input from client to continue the execution.
- kernelArguments
- KernelArguments
The request kernel arguments
Returns
The execution context