mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
refactor(editor): Stop expecting null execution status (no-changelog) (#9672)
This commit is contained in:
@@ -2371,7 +2371,7 @@ export interface ExecutionSummary {
|
||||
stoppedAt?: Date;
|
||||
workflowId: string;
|
||||
workflowName?: string;
|
||||
status?: ExecutionStatus;
|
||||
status: ExecutionStatus;
|
||||
lastNodeExecuted?: string;
|
||||
executionError?: ExecutionError;
|
||||
nodeExecutionStatus?: {
|
||||
|
||||
Reference in New Issue
Block a user