Hi,
I have a question about workflow settings, and the dropdown for “Save successful production executions:”. It offers the options: “default save”, “save” and “do not save”.
What is the difference between “default save” and “save”?
Regards,
Jos
Hi,
I have a question about workflow settings, and the dropdown for “Save successful production executions:”. It offers the options: “default save”, “save” and “do not save”.
What is the difference between “default save” and “save”?
Regards,
Jos
It looks like your topic is missing some important information. Could you provide the following if applicable.
Hey Jos! (hoi!)
This default value refers to the defaults you have set in your n8n configuration:
# npm
# Save executions ending in errors
export EXECUTIONS_DATA_SAVE_ON_ERROR=all
# Save successful executions
export EXECUTIONS_DATA_SAVE_ON_SUCCESS=all
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.