For the complete documentation index, see llms.txt. This page is also available as Markdown.

Configure workflow settings

You can customize workflow behavior for individual workflows using workflow settings.

Access workflow settings

To open the settings:

  1. Open your workflow.

  2. Select the three dots icon three dots icon in the upper-right corner.

  3. Select Settings. n8n opens the Workflow settings modal.

Available settings

The following settings are available:

Execution order

Choose the execution order for multi-branch workflows:

v1 (recommended) executes each branch in turn, completing one branch before starting another. n8n orders the branches based on their position on the canvas, from topmost to bottommost. If two branches are at the same height, the leftmost branch executes first.

v0 (legacy) executes the first node of each branch, then the second node of each branch, and so on.

Error Workflow (to notify when this one errors)

Select a workflow to trigger if the current workflow fails. See error workflows for more details.

This workflow can be called by

Choose which other workflows can call this workflow.

Timezone

Sets the timezone for this workflow. The timezone setting is important for the Schedule Trigger node.

You can set your n8n instance's timezone to configure the default timezone workflows use:

If you don't configure the workflow or instance timezone, n8n defaults to the EDT (New York) timezone.

Save failed production executions

Whether n8n should save failed executions for published workflows.

Save successful production executions

Whether n8n should save successful executions for published workflows.

Save manual executions

Whether n8n should save executions for workflows started by the user in the editor.

Save execution progress

Whether n8n should save execution data for each node.

If set to Save, the workflow resumes from where it stopped in case of an error. This may increase latency.

Timeout Workflow

Whether n8n should cancel the current workflow execution after a certain amount of time elapses.

When enabled, the Timeout After option appears. Here, you can set the time (in hours, minutes, and seconds) after which the workflow should timeout. For n8n Cloud users, n8n enforces a maximum available timeout for each plan.

Redact production execution data

Controls whether n8n redacts execution data from production (non-manually triggered) executions. When set to Redact, n8n hides the input and output data of each node and replaces it with a redacted indicator.

Redact manual execution data

Controls whether n8n redacts execution data from manually triggered executions. When set to Redact, n8n hides the input and output data of each node and replaces it with a redacted indicator.

If your instance admin enforces data redaction instance-wide, n8n locks the settings covered by the enforced scope to Redact. You can't turn them off here.

Refer to Execution data redaction for details on redaction policies, revealing data, and permission requirements.

Estimated time saved

An estimate of the number of minutes each of execution of this workflow saves you.

Setting this lets n8n calculate the amount of time saved for insights.

Custom span attributes

Add custom key-value attributes to the workflow's OpenTelemetry span. Refer to Custom span attributes for details.

Last updated

Was this helpful?