Share via


IFlowCatalog.RegisterFlowAsync(Flow) Method

Definition

Register flow in the catalog

public System.Threading.Tasks.Task<bool> RegisterFlowAsync(Microsoft.SemanticKernel.Experimental.Orchestration.Flow flow);
abstract member RegisterFlowAsync : Microsoft.SemanticKernel.Experimental.Orchestration.Flow -> System.Threading.Tasks.Task<bool>
Public Function RegisterFlowAsync (flow As Flow) As Task(Of Boolean)

Parameters

flow
Flow

flow

Returns

Applies to