IFlowCatalog.RegisterFlowAsync(Flow) 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.
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