SqlFlowDefinitionsStore
Implements
Section titled “Implements”FlowDefinitionsStore
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new SqlFlowDefinitionsStore(sql): SqlFlowDefinitionsStore;Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
|
|
Returns
Section titled “Returns”SqlFlowDefinitionsStore
Methods
Section titled “Methods”archive()
Section titled “archive()”archive(name): Promise<void>;Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
|
|
|
Returns
Section titled “Returns”Promise<void>
Implementation of
Section titled “Implementation of”FlowDefinitionsStore.archivecreateVersion()
Section titled “createVersion()”createVersion(def, options?): Promise<FlowDefinitionVersion>;Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
|
|
|
|
|
|
Returns
Section titled “Returns”Promise<FlowDefinitionVersion>
Implementation of
Section titled “Implementation of”FlowDefinitionsStore.createVersiongetActive()
Section titled “getActive()”getActive(name): Promise<FlowDefinitionVersion | null>;Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
|
|
|
Returns
Section titled “Returns”Promise<FlowDefinitionVersion | null>
Implementation of
Section titled “Implementation of”FlowDefinitionsStore.getActivegetVersion()
Section titled “getVersion()”getVersion(versionId): Promise<FlowDefinitionVersion | null>;Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
|
|
|
Returns
Section titled “Returns”Promise<FlowDefinitionVersion | null>
Implementation of
Section titled “Implementation of”FlowDefinitionsStore.getVersionlist()
Section titled “list()”list(filter?): Promise<FlowDefinitionVersion[]>;Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
|
|
|
Returns
Section titled “Returns”Promise<FlowDefinitionVersion[]>
Implementation of
Section titled “Implementation of”FlowDefinitionsStore.listsetActive()
Section titled “setActive()”setActive(name, versionId): Promise<FlowDefinitionVersion>;Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
|
|
|
|
|
|
Returns
Section titled “Returns”Promise<FlowDefinitionVersion>
Implementation of
Section titled “Implementation of”FlowDefinitionsStore.setActive