mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-24 04:04:06 -08:00
66a345ea94
* Fix issue with auto refresh on execution list When auto refresh is on, we used to get executions from backend using the firstId field to filter recent executions. This is a problem when you have executions that do not finish in order, leaving gaps behind. This PR fixes this problem by refreshing the latest 30 executions and correctly adding them to the list. * Fixed an issues with auto refresh on executions ExecutionsList Fixed two bugs, one in frontend which was ignoring the first returned row from the backend and an issue with backend that was not using the overriden version of `executeWorkflow` function for sub sub workflows. * Fixed the display of manual executions when running with queues and improved display of subworkflows * Changing workflow ids array from variable to constant * Added unknown status to workflow execution and changed its color to orange |
||
---|---|---|
.. | ||
databases | ||
ActiveExecutions.ts | ||
ActiveWorkflowRunner.ts | ||
CredentialsHelper.ts | ||
CredentialsOverwrites.ts | ||
CredentialTypes.ts | ||
Db.ts | ||
ExternalHooks.ts | ||
GenericHelpers.ts | ||
index.ts | ||
Interfaces.ts | ||
LoadNodesAndCredentials.ts | ||
NodeTypes.ts | ||
Push.ts | ||
Queue.ts | ||
ResponseHelper.ts | ||
Server.ts | ||
TestWebhooks.ts | ||
WebhookHelpers.ts | ||
WebhookServer.ts | ||
WorkflowCredentials.ts | ||
WorkflowExecuteAdditionalData.ts | ||
WorkflowHelpers.ts | ||
WorkflowRunner.ts | ||
WorkflowRunnerProcess.ts |