mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-12 21:37:32 -08:00
📚 Fix documentation for save execution data environment variables
This commit is contained in:
parent
602f0f6db1
commit
11d2a5a207
|
@ -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:
|
default behavior can be changed like this:
|
||||||
|
|
||||||
```
|
```
|
||||||
EXECUTIONS_DATA_SAVE_ON_ERROR=true
|
EXECUTIONS_DATA_SAVE_ON_ERROR=none
|
||||||
EXECUTIONS_DATA_SAVE_ON_SUCCESS=false
|
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
|
These settings can also be overwritten on a per workflow basis in the workflow
|
||||||
settings in the Editor UI.
|
settings in the Editor UI.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue