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