Home > @activeviam/activeui-sdk > WorkflowsApi
WorkflowsApi interface
Signature:
export interface WorkflowsApi
Properties
Property | Type | Description |
---|---|---|
getScheme | (a: WorkflowEntityType, b: WorkflowScheme) => Promise<WorkflowScheme> | Gets the definition of a given scheme for a particular entity type. |
getSchemeOf | (a: WorkflowEntityType, b: WorkflowEntityKey) => Promise<WorkflowSchemeName> | |
getSchemes | (a: WorkflowEntityType) => Promise<WorkflowEntity[]> | Gets all existing schemes for a particular entity type. |
setSchemeOf | (a: WorkflowEntityType, b: WorkflowEntityKey, c: WorkflowSchemeName) => Promise<void> | Gets the scheme of a particular entity. |