IFlowCatalog.GetFlowsAsync 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 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