n8n/packages/@n8n
Guillaume Jacquart 966ebaab36
feat(core): Forward sub-workflow node progress to the parent execution
Add a new lifecycle hook that emits lightweight per-node progress events
from a sub-execution to the root parent's pushRef, tagged with the parent
Execute Sub-workflow node name. Walks up nested chains to find the root
pushRef and no-ops when no ancestor in the chain owns one (e.g. public-API
direct runs).

The new `subworkflowExecutionStarted`, `subworkflowNodeProgress`, and
`subworkflowExecutionFinished` push event types are added to
`@n8n/api-types`. No editor changes are included in this PR; a follow-up
will wire the overlay.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-06-10 14:32:56 +02:00
..
agents feat(core): Add output redactor guardrail for instance AI use (#31929) 2026-06-09 12:50:17 +00:00
ai-node-sdk 🚀 Release 2.26.0 (#31967) 2026-06-09 10:03:45 +00:00
ai-utilities 🚀 Release 2.26.0 (#31967) 2026-06-09 10:03:45 +00:00
ai-workflow-builder.ee 🚀 Release 2.26.0 (#31967) 2026-06-09 10:03:45 +00:00
api-types feat(core): Forward sub-workflow node progress to the parent execution 2026-06-10 14:32:56 +02:00
backend-common refactor(core): Move TypedEmitter from @n8n/cli to @n8n/backend-common (no-changelog) (#31982) 2026-06-09 14:52:01 +00:00
backend-test-utils chore: Bundle/2.x (#32031) 2026-06-10 07:42:43 +00:00
benchmark 🚀 Release 2.26.0 (#31967) 2026-06-09 10:03:45 +00:00
chat-hub 🚀 Release 2.26.0 (#31967) 2026-06-09 10:03:45 +00:00
cli 🚀 Release 2.26.0 (#31967) 2026-06-09 10:03:45 +00:00
client-oauth2 🚀 Release 2.26.0 (#31967) 2026-06-09 10:03:45 +00:00
codemirror-lang 🚀 Release 2.26.0 (#31967) 2026-06-09 10:03:45 +00:00
codemirror-lang-html 🚀 Release 2.26.0 (#31967) 2026-06-09 10:03:45 +00:00
codemirror-lang-sql 🚀 Release 2.26.0 (#31967) 2026-06-09 10:03:45 +00:00
computer-use feat: Computer use supports reading local pdf and image files (#30704) 2026-06-10 06:47:50 +00:00
config feat(core): Add output redactor guardrail for instance AI use (#31929) 2026-06-09 12:50:17 +00:00
constants 🚀 Release 2.26.0 (#31967) 2026-06-09 10:03:45 +00:00
crdt 🚀 Release 2.26.0 (#31967) 2026-06-09 10:03:45 +00:00
create-node 🚀 Release 2.26.0 (#31967) 2026-06-09 10:03:45 +00:00
db refactor(core): Rename ActiveWorkflows to ActiveWorkflowTriggers (#31916) 2026-06-09 18:10:31 +00:00
decorators 🚀 Release 2.26.0 (#31967) 2026-06-09 10:03:45 +00:00
di 🚀 Release 2.26.0 (#31967) 2026-06-09 10:03:45 +00:00
engine 🚀 Release 2.26.0 (#31967) 2026-06-09 10:03:45 +00:00
errors 🚀 Release 2.26.0 (#31967) 2026-06-09 10:03:45 +00:00
eslint-config chore: Standardize license metadata across all first-party packages and tighten SBOM pipeline (no-changelog) (#31880) 2026-06-08 10:19:32 +00:00
eslint-plugin-community-nodes feat: Add node-filename-against-convention lint rule (no-changelog) (#31548) 2026-06-09 12:49:58 +00:00
expression-runtime 🚀 Release 2.26.0 (#31967) 2026-06-09 10:03:45 +00:00
extension-sdk 🚀 Release 2.26.0 (#31967) 2026-06-09 10:03:45 +00:00
imap 🚀 Release 2.26.0 (#31967) 2026-06-09 10:03:45 +00:00
instance-ai feat: Computer use supports reading local pdf and image files (#30704) 2026-06-10 06:47:50 +00:00
json-schema-to-zod 🚀 Release 2.26.0 (#31967) 2026-06-09 10:03:45 +00:00
local-gateway chore: Standardize license metadata across all first-party packages and tighten SBOM pipeline (no-changelog) (#31880) 2026-06-08 10:19:32 +00:00
mcp-apps 🚀 Release 2.26.0 (#31967) 2026-06-09 10:03:45 +00:00
mcp-browser chore: Bundle/2.x (#32031) 2026-06-10 07:42:43 +00:00
mcp-browser-extension chore: Standardize license metadata across all first-party packages and tighten SBOM pipeline (no-changelog) (#31880) 2026-06-08 10:19:32 +00:00
node-cli 🚀 Release 2.26.0 (#31967) 2026-06-09 10:03:45 +00:00
nodes-langchain chore: Bundle/2.x (#32031) 2026-06-10 07:42:43 +00:00
permissions 🚀 Release 2.26.0 (#31967) 2026-06-09 10:03:45 +00:00
scan-community-package 🚀 Release 2.26.0 (#31967) 2026-06-09 10:03:45 +00:00
stylelint-config chore: Standardize license metadata across all first-party packages and tighten SBOM pipeline (no-changelog) (#31880) 2026-06-08 10:19:32 +00:00
syslog-client 🚀 Release 2.26.0 (#31967) 2026-06-09 10:03:45 +00:00
task-runner 🚀 Release 2.26.0 (#31967) 2026-06-09 10:03:45 +00:00
task-runner-python chore: Bundle/2.x (#32031) 2026-06-10 07:42:43 +00:00
tournament 🚀 Release 2.26.0 (#31967) 2026-06-09 10:03:45 +00:00
typescript-config 🚀 Release 2.26.0 (#31967) 2026-06-09 10:03:45 +00:00
utils feat(core): Add output redactor guardrail for instance AI use (#31929) 2026-06-09 12:50:17 +00:00
vitest-config 🚀 Release 2.26.0 (#31967) 2026-06-09 10:03:45 +00:00
workflow-sdk 🚀 Release 2.26.0 (#31967) 2026-06-09 10:03:45 +00:00