Bug Description
Since v2.14.0, when a workflow is paused on a Wait node, the output of preceding nodes is not visible in the NDV. In v2.13.4 it was immediately accessible. The regression was introduced by commit f025a78 (PR #27066), which removed the in-memory execution path for short waits and now persists all execution data to DB at the Wait boundary — leaving the UI with nothing to display until the execution resumes.
To Reproduce
Steps to reproduce
- Create a workflow:
Manual Trigger → Postgres (SELECT query) → Wait (5s) → Set
- Execute manually
- While paused on the Wait, click the Postgres node to open the NDV
Expected behavior
Expected: Query results are visible in the NDV output panel.
Actual: No output is shown. Data only appears after the Wait resumes and the full execution completes.
Debug Info
Debug info
core
- n8nVersion: 2.13.4
- platform: docker (self-hosted)
- nodeJsVersion: 24.13.1
- nodeEnv: production
- database: sqlite
- executionMode: regular
- concurrency: -1
- license: community
- consumerId: unknown
storage
- success: all
- error: all
- progress: false
- manual: true
- binaryMode: filesystem
pruning
- enabled: true
- maxAge: 336 hours
- maxCount: 10000 executions
client
- userAgent: mozilla/5.0 (windows nt 10.0; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/146.0.0.0 safari/537.36
- isTouchDevice: false
security
Generated at: 2026-04-12T15:02:13.906Z
Operating System
Docker
n8n Version
2.15.x
Node.js Version
Any
Database
SQLite (default)
Execution mode
main (default)
Hosting
self hosted
Bug Description
Since v2.14.0, when a workflow is paused on a Wait node, the output of preceding nodes is not visible in the NDV. In v2.13.4 it was immediately accessible. The regression was introduced by commit f025a78 (PR #27066), which removed the in-memory execution path for short waits and now persists all execution data to DB at the Wait boundary — leaving the UI with nothing to display until the execution resumes.
To Reproduce
Steps to reproduce
Manual Trigger → Postgres (SELECT query) → Wait (5s) → SetExpected behavior
Expected: Query results are visible in the NDV output panel.
Actual: No output is shown. Data only appears after the Wait resumes and the full execution completes.
Debug Info
Debug info
core
storage
pruning
client
security
Generated at: 2026-04-12T15:02:13.906Z
Operating System
Docker
n8n Version
2.15.x
Node.js Version
Any
Database
SQLite (default)
Execution mode
main (default)
Hosting
self hosted