From 11d2a5a2073f931aa33027e18832d5120e2d3130 Mon Sep 17 00:00:00 2001 From: Jan Oberhauser Date: Thu, 29 Aug 2019 10:53:11 +0200 Subject: [PATCH] :books: Fix documentation for save execution data environment variables --- packages/cli/README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/packages/cli/README.md b/packages/cli/README.md index ce8d7e002..4bd3f0554 100644 --- a/packages/cli/README.md +++ b/packages/cli/README.md @@ -268,10 +268,14 @@ the case for executions that did succeed and for the ones that failed. That default behavior can be changed like this: ``` -EXECUTIONS_DATA_SAVE_ON_ERROR=true -EXECUTIONS_DATA_SAVE_ON_SUCCESS=false +EXECUTIONS_DATA_SAVE_ON_ERROR=none +EXECUTIONS_DATA_SAVE_ON_SUCCESS=none ``` +Possible values are: + - **all**: Saves all data + - **none**: Do not save anything (recommended if a workflow runs a very often and/or processes a lot of data, setup "Error Workflow" instead) + These settings can also be overwritten on a per workflow basis in the workflow settings in the Editor UI.