fix(Postgres Trigger Node): closeFunction errors should not prevent a workflow from being deactivated (#8738)
This commit is contained in:
committed by
GitHub
parent
15490ad1d4
commit
7012577fce
@@ -10,6 +10,7 @@ export { WorkflowDeactivationError } from './workflow-deactivation.error';
|
||||
export { WorkflowOperationError } from './workflow-operation.error';
|
||||
export { SubworkflowOperationError } from './subworkflow-operation.error';
|
||||
export { CliWorkflowOperationError } from './cli-subworkflow-operation.error';
|
||||
export { TriggerCloseError } from './trigger-close.error';
|
||||
|
||||
export { NodeError } from './abstract/node.error';
|
||||
export { ExecutionBaseError } from './abstract/execution-base.error';
|
||||
|
||||
Reference in New Issue
Block a user