Skip to content

Since v2.14.0, when a workflow contains a **Wait node**, the output data of all preceding nodes is not visible in the execution UI until the entire execution completes. #28372

@davidwork8489

Description

@davidwork8489

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

  1. Create a workflow: Manual Trigger → Postgres (SELECT query) → Wait (5s) → Set
  2. Execute manually
  3. 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

  • secureCookie: false

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    status:in-linearIssue or PR is now in Linearstatus:team-assignedA team has been assigned the issue or PRteam:adoreIssue is with the Adore team

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions