Share via


IFlowCatalog.GetFlowsAsync Method

Definition

Get all Flow instances from the repository

public System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.SemanticKernel.Experimental.Orchestration.Flow>> GetFlowsAsync ();
abstract member GetFlowsAsync : unit -> System.Threading.Tasks.Task<seq<Microsoft.SemanticKernel.Experimental.Orchestration.Flow>>
Public Function GetFlowsAsync () As Task(Of IEnumerable(Of Flow))

Returns

flows

Applies to