You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/en/guide/parameter/context.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,6 @@ Upstream parameter will be override when defining parameter with the same name i
30
30
> 1. Parameter passing behavior has changed in version 3.3.x**
31
31
> In legacy versions (3.2.2 and earlier), downstream node B could obtain the OUT type output X of upstream node A without configuring an IN type local variable X.
32
32
> In new versions (3.3.0 and later), the logic for obtaining local variables has been modified: downstream node B can only use the OUT type output X of upstream node A if it has configured an IN type local variable X.
33
-
> In all versions, for Switch nodes, there is no need to configure an IN type local variable X; you can directly use the OUT type output X from the upstream node A.
34
33
> See the Node_B and Node_mysql examples below for details.
35
34
>
36
35
> 2. If there are no dependencies between nodes, local parameters cannot be passed upstream.
0 commit comments