mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
refactor(editor): Stop expecting null execution status (no-changelog) (#9672)
This commit is contained in:
@@ -381,6 +381,7 @@ export interface IExecutionBase {
|
||||
id?: string;
|
||||
finished: boolean;
|
||||
mode: WorkflowExecuteMode;
|
||||
status: ExecutionStatus;
|
||||
retryOf?: string;
|
||||
retrySuccessId?: string;
|
||||
startedAt: Date;
|
||||
@@ -404,7 +405,6 @@ export interface IExecutionPushResponse {
|
||||
|
||||
export interface IExecutionResponse extends IExecutionBase {
|
||||
id: string;
|
||||
status: string;
|
||||
data?: IRunExecutionData;
|
||||
workflowData: IWorkflowDb;
|
||||
executedNode?: string;
|
||||
|
||||
Reference in New Issue
Block a user