📚 Fix documentation for save execution data environment variables

This commit is contained in:
Jan Oberhauser 2019-08-29 10:53:11 +02:00
parent 602f0f6db1
commit 11d2a5a207

View file

@ -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.