n8n/packages/cli/src
Omar Ajoue d3da5023f0
🐛 Fix "unknown", never-end workflow and not displaying error message (#1978)
* Added try catch blocks to avoid endlessly running workflows

* Added handling for subworkflows

*  Fix one cause of "unkown" status of worklows with "main" mode

*  Fix one cause of "unkown" status of worklows with "own" mode

*  Fix one cause of "unkown" status of worklows with "queue" mode

* Saving database recovery

* 🐛 Fix issue that errors did not get saved correctly and also not
displayed

*  Save workflow timeout correctly as error

* Adding error capture to queued jobs

*  Mark canceled executions as not finished consistently across all
modes

Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-07-10 11:34:41 +02:00
..
databases Revert " Simplify config imports in cli package (#1840)" (#1931) 2021-06-23 11:20:07 +02:00
ActiveExecutions.ts Add tagging of workflows (#1647) 2021-05-29 13:31:21 -05:00
ActiveWorkflowRunner.ts Show activation error details for trigger nodes (#1787) 2021-06-12 17:06:56 +02:00
CredentialsHelper.ts Add variable $mode 2021-01-29 09:31:40 +01:00
CredentialsOverwrites.ts 👕 Fix lint issue 2020-10-22 15:46:03 +02:00
CredentialTypes.ts Do not save credential default values to DB #PROD-52 2020-05-14 14:27:19 +02:00
Db.ts Revert " Simplify config imports in cli package (#1840)" (#1931) 2021-06-23 11:20:07 +02:00
ExternalHooks.ts Revert " Simplify config imports in cli package (#1840)" (#1931) 2021-06-23 11:20:07 +02:00
GenericHelpers.ts Revert " Simplify config imports in cli package (#1840)" (#1931) 2021-06-23 11:20:07 +02:00
index.ts Separate webhooks from core (#1408) 2021-02-09 23:32:40 +01:00
Interfaces.ts Performance improvements for executions count on Postgres (#1888) 2021-07-06 23:25:25 +02:00
LoadNodesAndCredentials.ts Revert " Simplify config imports in cli package (#1840)" (#1931) 2021-06-23 11:20:07 +02:00
Logger.ts Revert " Simplify config imports in cli package (#1840)" (#1931) 2021-06-23 11:20:07 +02:00
NodeTypes.ts 👕 Fix lint issue 2020-10-22 15:46:03 +02:00
Push.ts Added logging to n8n (#1381) 2021-05-01 22:43:01 -05:00
Queue.ts Revert " Simplify config imports in cli package (#1840)" (#1931) 2021-06-23 11:20:07 +02:00
ResponseHelper.ts Show activation error details for trigger nodes (#1787) 2021-06-12 17:06:56 +02:00
Server.ts Performance improvements for executions count on Postgres (#1888) 2021-07-06 23:25:25 +02:00
TagHelpers.ts Add tagging of workflows (#1647) 2021-05-29 13:31:21 -05:00
TestWebhooks.ts Add Activation Trigger (#1570) 2021-03-23 19:08:47 +01:00
WebhookHelpers.ts Added logging to n8n (#1381) 2021-05-01 22:43:01 -05:00
WebhookServer.ts Revert " Simplify config imports in cli package (#1840)" (#1931) 2021-06-23 11:20:07 +02:00
WorkflowCredentials.ts Ignore node-credential-issues on disabled nodes 2020-02-09 23:24:12 -08:00
WorkflowExecuteAdditionalData.ts 🐛 Fix "unknown", never-end workflow and not displaying error message (#1978) 2021-07-10 11:34:41 +02:00
WorkflowHelpers.ts Revert " Simplify config imports in cli package (#1840)" (#1931) 2021-06-23 11:20:07 +02:00
WorkflowRunner.ts 🐛 Fix "unknown", never-end workflow and not displaying error message (#1978) 2021-07-10 11:34:41 +02:00
WorkflowRunnerProcess.ts 🐛 Fix "unknown", never-end workflow and not displaying error message (#1978) 2021-07-10 11:34:41 +02:00