mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
fix(core): Fix execution status filters (#5533)
* fix status filters * fix countfilter * add migrations to backfill status * fix migrations
This commit is contained in:
committed by
GitHub
parent
52f740b9e8
commit
17eff4d7d6
@@ -225,6 +225,7 @@ export interface IExecutionsStopData {
|
||||
mode: WorkflowExecuteMode;
|
||||
startedAt: Date;
|
||||
stoppedAt?: Date;
|
||||
status: ExecutionStatus;
|
||||
}
|
||||
|
||||
export interface IExecutionsCurrentSummary {
|
||||
|
||||
Reference in New Issue
Block a user