Fix description of sub-workflow breaking change in v2 (#3873)

Co-authored-by: Kartik Balasubramanian <22399046+HumanistSerif@users.noreply.github.com>
This commit is contained in:
Tomi Turtiainen 2025-11-14 20:54:42 +02:00 committed by GitHub
parent f976367bf7
commit f5ed903585
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@ The release of n8n 2.0 continues n8n's commitment to providing a secure, reliabl
### Return expected sub-workflow data when it contains a wait node
Previously, when a workflow (parent) called a subworkflow (child) that contained a Wait node, the parent workflow incorrectly received the input items to the Wait node from the child workflow.
Previously, when a workflow (parent) called a subworkflow (child) that contained a node that waits (for example a Wait node or a human-in-the-loop node), the parent workflow incorrectly received the input items to the waiting node from the child workflow.
In v2, the parent workflow now receives the output data from the end of the child workflow instead.