Add enable workflow trigger endpoint (#6443)

Basic endpoint that only returns a boolean currently and overrides the
previous listener.
This commit is contained in:
Thomas Trompette
2024-07-30 14:00:37 +02:00
committed by GitHub
parent c449b4cbfb
commit ee14f25996
13 changed files with 279 additions and 9 deletions

View File

@ -8,7 +8,7 @@ export class WorkspaceQueryRunnerException extends CustomException {
}
export enum WorkspaceQueryRunnerExceptionCode {
INVALID_QUERY_INPUT = 'INVALID_FIELD_INPUT',
INVALID_QUERY_INPUT = 'INVALID_QUERY_INPUT',
DATA_NOT_FOUND = 'DATA_NOT_FOUND',
QUERY_TIMEOUT = 'QUERY_TIMEOUT',
QUERY_VIOLATES_UNIQUE_CONSTRAINT = 'QUERY_VIOLATES_UNIQUE_CONSTRAINT',