When looking at execution logs, the "View sub-execution" link is not always available

Describe the problem/error/question

When looking at execution logs of a parent/top-level workflow, the “View sub-execution” is not always available for sub-workflow nodes (even though all subworkflows ran).

These pics are from the same parent execution:

Visible/clickable to subworkflow


Not visible

Please share your workflow

Information on your n8n setup

Debug info

core

  • n8nVersion: 1.108.1
  • platform: docker (self-hosted)
  • nodeJsVersion: 22.17.0
  • database: sqlite
  • executionMode: regular
  • concurrency: -1

The “View sub-execution” link only shows up when the sub-workflow was executed as a separate execution (e.g., via Execute Workflow node with “Execute Workflow in a new process” enabled). If the sub-workflow runs in the same process, its details are included directly in the parent execution and the link won’t appear.