mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-24 04:59:13 +00:00
fix: Correctly save executions that failed when polling as error instead of new (#6192)
This commit is contained in:
@@ -191,7 +191,7 @@ export async function createErrorExecution(
|
||||
workflowData,
|
||||
workflowId: workflow.id,
|
||||
stoppedAt: new Date(),
|
||||
status: 'new',
|
||||
status: 'error',
|
||||
};
|
||||
|
||||
const execution = ResponseHelper.flattenExecutionData(fullExecutionData);
|
||||
|
||||
Reference in New Issue
Block a user