Skip to content

Commit 8cf79fd

Browse files
author
苏义超
committed
remove switch spec
1 parent 3d5d46e commit 8cf79fd

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

docs/docs/en/guide/parameter/context.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ Upstream parameter will be override when defining parameter with the same name i
3030
> 1. Parameter passing behavior has changed in version 3.3.x**
3131
> 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.
3232
> 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.
3433
> See the Node_B and Node_mysql examples below for details.
3534
>
3635
> 2. If there are no dependencies between nodes, local parameters cannot be passed upstream.

docs/docs/zh/guide/parameter/context.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ DolphinScheduler 允许在任务间进行参数传递,目前传递方向仅支
2828
> 1. 参数传递的行为在3.3.x版本中发生了变化**
2929
> 在旧版本(≤ 3.2.2)中,下游节点B无需配置IN类型局部变量X即可获取上游节点A的OUT类型输出X;
3030
> 新版本(≥ 3.3.0)中修改了局部变量的获取逻辑:只有下游节点B配置了IN类型的局部变量X,才可使用上游节点A的OUT类型输出X。
31-
> 所有版本中,如果是 Switch 节点都无需配置IN类型的局部变量X,即可直接使用上游节点A的OUT类型输出X。
3231
> 详情参考下文的Node_B 和 Node_mysql 样例
3332
>
3433
> 2. 若节点之间没有依赖关系,则局部参数无法通过上游传递。

0 commit comments

Comments
 (0)