Workflow settings options

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.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

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
1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.