refactor(editor): Move executions under projects (#11541)

This commit is contained in:
Csaba Tuncsik
2024-11-12 17:01:22 +01:00
committed by GitHub
parent e3871dbfe2
commit 3e0c6cb3d2
25 changed files with 306 additions and 277 deletions

View File

@@ -1305,6 +1305,7 @@ export type ExecutionFilterType = {
export type ExecutionsQueryFilter = {
status?: ExecutionStatus[];
projectId?: string;
workflowId?: string;
finished?: boolean;
waitTill?: boolean;