n8n - 💡(How to fix) Fix [BUG] Production Checklist (of a published workflow) shows wrong numbers of done tasks [1 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
n8n-io/n8n#28941Fetched 2026-04-24 06:13:14
View on GitHub
Comments
1
Participants
2
Timeline
4
Reactions
0
Author
Timeline (top)
commented ×1labeled ×1mentioned ×1subscribed ×1

Error Message

Side-Remark: When publishing a new workflow, I ever set error handling with a standard error workflow

  • error: all

Root Cause

Just was checking the executions of one of my workflows and recognized that <img width="58" height="41" alt="Image" src="https://github.com/user-attachments/assets/cf938188-8b56-49af-ad7b-69f1e9a6cea0" /> wondering. Opened it: <img width="450" height="511" alt="Image" src="https://github.com/user-attachments/assets/42fbe2b3-b0cb-46ff-955e-007c6e0a2d55" /> still wondering, because I remembered to had set the upper two "things".

RAW_BUFFERClick to expand / collapse
<!-- Please follow the template below. Skip the questions that are not relevant to you. -->

Just was checking the executions of one of my workflows and recognized that <img width="58" height="41" alt="Image" src="https://github.com/user-attachments/assets/cf938188-8b56-49af-ad7b-69f1e9a6cea0" /> wondering. Opened it: <img width="450" height="511" alt="Image" src="https://github.com/user-attachments/assets/42fbe2b3-b0cb-46ff-955e-007c6e0a2d55" /> still wondering, because I remembered to had set the upper two "things".

Side-Remark: When publishing a new workflow, I ever set error handling with a standard error workflow

As I'm not familiar with "track time saved" the value there is more experimental, but also set

<img width="1181" height="121" alt="Image" src="https://github.com/user-attachments/assets/4a06ee67-6d5c-4135-967c-022034b82006" />
### core

- n8nVersion: 2.18.1
- platform: docker (self-hosted)
- nodeJsVersion: 24.14.1
- nodeEnv: production
- database: sqlite
- executionMode: regular
- concurrency: -1
- license: enterprise (production)

### storage

- success: all
- error: all
- progress: false
- manual: true
- binaryMode: filesystem

### pruning

- enabled: true
- maxAge: 336 hours
- maxCount: 10000 executions

Generated at: 2026-04-23T06:54:01.346Z

extent analysis

TL;DR

Review workflow configuration and error handling settings to ensure proper execution tracking and error management.

Guidance

  • Verify that the workflow's error handling is correctly set up with the standard error workflow.
  • Check the workflow's configuration for any experimental settings, such as "track time saved", to ensure they are not causing issues.
  • Review the pruning settings to ensure that executions are not being deleted prematurely, which could affect tracking and error management.
  • Confirm that the n8n version and dependencies are up-to-date and compatible with the current workflow configuration.

Notes

The issue lacks specific details about the workflow configuration and error messages, making it difficult to provide a more targeted solution.

Recommendation

Apply workaround: Review and adjust workflow configuration and error handling settings to ensure proper execution tracking and error management, as the issue seems to be related to experimental settings or incorrect configuration.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING