fix(core): Fix execution status filters (#5533)

* fix status filters

* fix countfilter

* add migrations to backfill status

* fix migrations
This commit is contained in:
Michael Auerswald
2023-02-21 21:44:46 +01:00
committed by GitHub
parent 52f740b9e8
commit 17eff4d7d6
12 changed files with 135 additions and 1 deletions

View File

@@ -225,6 +225,7 @@ export interface IExecutionsStopData {
mode: WorkflowExecuteMode;
startedAt: Date;
stoppedAt?: Date;
status: ExecutionStatus;
}
export interface IExecutionsCurrentSummary {