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