Partager via


IFlowCatalog.GetFlowAsync(String) Method

Definition

Get Flow by name

public System.Threading.Tasks.Task<Microsoft.SemanticKernel.Experimental.Orchestration.Flow?> GetFlowAsync (string flowName);
abstract member GetFlowAsync : string -> System.Threading.Tasks.Task<Microsoft.SemanticKernel.Experimental.Orchestration.Flow>
Public Function GetFlowAsync (flowName As String) As Task(Of Flow)

Parameters

flowName
String

the flow name

Returns

flow given the name

Applies to