mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
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:
parent
f976367bf7
commit
f5ed903585
@ -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.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user