Share via


IFlowCatalog Interface

Definition

Interface for flow catalog, which provides functionality of flow registration, enumeration and search.

public interface IFlowCatalog
type IFlowCatalog = interface
Public Interface IFlowCatalog

Methods

GetFlowAsync(String)

Get Flow by name

GetFlowsAsync()

Get all Flow instances from the repository

RegisterFlowAsync(Flow)

Register flow in the catalog

Applies to