IFlowCatalog.GetFlowAsync(String) 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.
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