This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 7570f2c3c5 Automated deployment: 
3c1ca9301a648e2aa9ed11e718d630d098c7f6fc
7570f2c3c5 is described below

commit 7570f2c3c5c07b1d1ade4b9396b79d9e4f1f4d13
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 16 05:38:29 2026 +0000

    Automated deployment: 3c1ca9301a648e2aa9ed11e718d630d098c7f6fc
---
 data/doc/en-us.json                              | 4 ++--
 data/doc/zh-cn.json                              | 4 ++--
 pages/doc/en-us/dev/guide/parameter/context.json | 2 +-
 pages/doc/en-us/dev/guide/task/switch.json       | 2 +-
 pages/doc/zh-cn/dev/guide/parameter/context.json | 2 +-
 pages/doc/zh-cn/dev/guide/task/switch.json       | 2 +-
 6 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/data/doc/en-us.json b/data/doc/en-us.json
index 852b5b0565..d83604cc73 100644
--- a/data/doc/en-us.json
+++ b/data/doc/en-us.json
@@ -43489,7 +43489,7 @@
     ]
   },
   {
-    "content": "Switch\nOverview\nThe switch is a conditional judgment node, 
decide the branch executes according to the value of global variable and the 
expression result written by the user.\nNote: Execute expressions using 
javax.script.ScriptEngine.eval.\nCreate Task\n\nClick Project Management -&gt; 
Project Name -&gt; Workflow Definition, and click the Create Workflow button to 
enter the DAG editing page.\nDrag from the toolbar  task node to canvas to 
create a task.\n\nNote: After cr [...]
+    "content": "Switch\nOverview\nThe switch is a conditional judgment node, 
decide the branch executes according to the value of global variable and the 
expression result written by the user.\nNote: Execute expressions using 
javax.script.ScriptEngine.eval.\nCreate Task\n\nClick Project Management -&gt; 
Project Name -&gt; Workflow Definition, and click the Create Workflow button to 
enter the DAG editing page.\nDrag from the toolbar  task node to canvas to 
create a task.\n\nNote: After cr [...]
     "version": "dev",
     "link": "/guide/task/switch",
     "title": "Switch",
@@ -43742,7 +43742,7 @@
     ]
   },
   {
-    "content": "Parameter Context\nDolphinScheduler provides the ability to 
refer to each other between parameters, including local parameters refer to 
global parameters and upstream and downstream parameter transfer. Due to the 
existence of references, it involves the priority of parameters when the 
parameter names are the same. see also Parameter Priority\nLocal Task Refers to 
Global Parameter\nThe premise of local tasks referring global parameters is 
that you have already defined Glob [...]
+    "content": "Parameter Context\nDolphinScheduler provides the ability to 
refer to each other between parameters, including local parameters refer to 
global parameters and upstream and downstream parameter transfer. Due to the 
existence of references, it involves the priority of parameters when the 
parameter names are the same. see also Parameter Priority\nLocal Task Refers to 
Global Parameter\nThe premise of local tasks referring global parameters is 
that you have already defined Glob [...]
     "version": "dev",
     "link": "/guide/parameter/context",
     "title": "Parameter Context",
diff --git a/data/doc/zh-cn.json b/data/doc/zh-cn.json
index 07a2ae5471..5b74f8db47 100644
--- a/data/doc/zh-cn.json
+++ b/data/doc/zh-cn.json
@@ -39045,7 +39045,7 @@
     ]
   },
   {
-    "content": "Switch\nSwitch 是一个条件判断节点,依据全局变量的值和用户所编写的表达式判断结果执行对应分支。\n注意使用 
javax.script.ScriptEngine.eval 执行表达式。\n创建任务\n点击项目管理 -&gt; 项目名称 -&gt; 
工作流定义,点击&quot;创建工作流&quot;按钮,进入 DAG 编辑页面。\n拖动工具栏中的  任务节点到画板中即能完成任务创建。\n注意 switch 
任务创建后,要先配置上下游,才能配置任务分支的参数。\n任务参数\n\n默认参数说明请参考DolphinScheduler任务参数附录默认任务参数一栏。\n\n\n\n\n任务参数\n描述\n\n\n\n\n条件\n可以为
 switch 
任务配置多个条件,当条件满足时,就会执行指定的分支,可以配置多个不同的条件来满足不同的业务,使用字符串判断时需要使用&quot;&quot;\n\n\n分支流转\n默认的流转内容,当条件中的内容为全部不符合要求时,则运行分支�
 �中指定的分支\n\n\n\n任务样例\n这里使用一个 switch [...]
+    "content": "Switch\nSwitch 是一个条件判断节点,依据全局变量的值和用户所编写的表达式判断结果执行对应分支。\n注意使用 
javax.script.ScriptEngine.eval 执行表达式。\n创建任务\n点击项目管理 -&gt; 项目名称 -&gt; 
工作流定义,点击&quot;创建工作流&quot;按钮,进入 DAG 编辑页面。\n拖动工具栏中的  任务节点到画板中即能完成任务创建。\n注意 switch 
任务创建后,要先配置上下游,才能配置任务分支的参数。\n任务参数\n\n默认参数说明请参考DolphinScheduler任务参数附录默认任务参数一栏。\n\n\n\n\n任务参数\n描述\n\n\n\n\n条件\n可以为
 switch 
任务配置多个条件,当条件满足时,就会执行指定的分支,可以配置多个不同的条件来满足不同的业务,使用字符串判断时需要使用&quot;&quot;\n\n\n分支流转\n默认的流转内容,当条件中的内容为全部不符合要求时,则运行分支�
 �中指定的分支\n\n\n\n任务样例\n这里使用一个 switch [...]
     "version": "dev",
     "link": "/guide/task/switch",
     "title": "Switch",
@@ -39298,7 +39298,7 @@
     ]
   },
   {
-    "content": "参数的引用\nDolphinScheduler 
提供参数间相互引用的能力,包括:本地参数引用全局参数、上下游参数传递。因为有引用的存在,就涉及当参数名相同时,参数的优先级问题,详见参数优先级\n本地任务引用全局参数\n本地任务引用全局参数的前提是,你已经定义了全局参数,使用方式和本地参数中的使用方式类似,但是参数的值需要配置成全局参数中的
 key。\n上游任务传递给下游任务\nDolphinScheduler 
允许在任务间进行参数传递,目前传递方向仅支持上游单向传递给下游。目前支持这个特性的任务类型有:\n\nShell\nSQL\nProcedure\nPython\nSubWorkflow\nKubernetes\nzeppelin\n\n当定义上游节点时,如果有需要将该节点的结果传递给有依赖关系的下游节点,需要在【当前节点设置】的【自定义参数】设置一个方向是
 OUT 的变量。如果是 SubWorkflow 节点无需在【当
 前节点设置】中设置变量,需要在子流程的工作流定义中设置一个方向是 OUT 的变量。\n上游传递的参数可以在下游节点 [...]
+    "content": "参数的引用\nDolphinScheduler 
提供参数间相互引用的能力,包括:本地参数引用全局参数、上下游参数传递。因为有引用的存在,就涉及当参数名相同时,参数的优先级问题,详见参数优先级\n本地任务引用全局参数\n本地任务引用全局参数的前提是,你已经定义了全局参数,使用方式和本地参数中的使用方式类似,但是参数的值需要配置成全局参数中的
 key。\n上游任务传递给下游任务\nDolphinScheduler 
允许在任务间进行参数传递,目前传递方向仅支持上游单向传递给下游。目前支持这个特性的任务类型有:\n\nShell\nSQL\nProcedure\nPython\nSubWorkflow\nKubernetes\nZeppelin\nHttp\n\n当定义上游节点时,如果有需要将该节点的结果传递给有依赖关系的下游节点,需要在【当前节点设置】的【自定义参数】设置一个方向是
 OUT 的变量。如果是 SubWorkflow 节点无需在
 【当前节点设置】中设置变量,需要在子流程的工作流定义中设置一个方向是 OUT 的变量。\n上游传递的参数可 [...]
     "version": "dev",
     "link": "/guide/parameter/context",
     "title": "参数的引用",
diff --git a/pages/doc/en-us/dev/guide/parameter/context.json 
b/pages/doc/en-us/dev/guide/parameter/context.json
index 6f1fa03069..3232c640ee 100644
--- a/pages/doc/en-us/dev/guide/parameter/context.json
+++ b/pages/doc/en-us/dev/guide/parameter/context.json
@@ -1,5 +1,5 @@
 {
-  "__html": "<h1 id=\"parameter-context\">Parameter 
Context</h1>\n<p>DolphinScheduler provides the ability to refer to each other 
between parameters, including local parameters refer to global parameters and 
upstream and downstream parameter transfer. Due to the existence of references, 
it involves the priority of parameters when the parameter names are the same. 
see also <a href=\"/en-us/docs/dev/guide/parameter/priority\">Parameter 
Priority</a></p>\n<h2 id=\"local-task-refers-to-global [...]
+  "__html": "<h1 id=\"parameter-context\">Parameter 
Context</h1>\n<p>DolphinScheduler provides the ability to refer to each other 
between parameters, including local parameters refer to global parameters and 
upstream and downstream parameter transfer. Due to the existence of references, 
it involves the priority of parameters when the parameter names are the same. 
see also <a href=\"/en-us/docs/dev/guide/parameter/priority\">Parameter 
Priority</a></p>\n<h2 id=\"local-task-refers-to-global [...]
   "location": [
     "Introduction to Functions",
     "Parameter",
diff --git a/pages/doc/en-us/dev/guide/task/switch.json 
b/pages/doc/en-us/dev/guide/task/switch.json
index 3185174a2b..a5f53d6d7b 100644
--- a/pages/doc/en-us/dev/guide/task/switch.json
+++ b/pages/doc/en-us/dev/guide/task/switch.json
@@ -1,5 +1,5 @@
 {
-  "__html": "<h1 id=\"switch\">Switch</h1>\n<h2 
id=\"overview\">Overview</h2>\n<p>The switch is a conditional judgment node, 
decide the branch executes according to the value of <a 
href=\"/en-us/docs/dev/guide/parameter/global\">global variable</a> and the 
expression result written by the user.</p>\n<p><strong>Note</strong>: Execute 
expressions using javax.script.ScriptEngine.eval.</p>\n<h2 
id=\"create-task\">Create Task</h2>\n<ul>\n<li>Click <code>Project Management 
-&gt; Project Name - [...]
+  "__html": "<h1 id=\"switch\">Switch</h1>\n<h2 
id=\"overview\">Overview</h2>\n<p>The switch is a conditional judgment node, 
decide the branch executes according to the value of <a 
href=\"/en-us/docs/dev/guide/parameter/global\">global variable</a> and the 
expression result written by the user.</p>\n<p><strong>Note</strong>: Execute 
expressions using javax.script.ScriptEngine.eval.</p>\n<h2 
id=\"create-task\">Create Task</h2>\n<ul>\n<li>Click <code>Project Management 
-&gt; Project Name - [...]
   "location": [
     "Introduction to Functions",
     "Task",
diff --git a/pages/doc/zh-cn/dev/guide/parameter/context.json 
b/pages/doc/zh-cn/dev/guide/parameter/context.json
index 35c92e6e5a..f4a9d7c155 100644
--- a/pages/doc/zh-cn/dev/guide/parameter/context.json
+++ b/pages/doc/zh-cn/dev/guide/parameter/context.json
@@ -1,5 +1,5 @@
 {
-  "__html": "<h1 id=\"参数的引用\">参数的引用</h1>\n<p>DolphinScheduler 
提供参数间相互引用的能力,包括:本地参数引用全局参数、上下游参数传递。因为有引用的存在,就涉及当参数名相同时,参数的优先级问题,详见<a 
href=\"/zh-cn/docs/dev/guide/parameter/priority\">参数优先级</a></p>\n<h2 
id=\"本地任务引用全局参数\">本地任务引用全局参数</h2>\n<p>本地任务引用全局参数的前提是,你已经定义了<a 
href=\"/zh-cn/docs/dev/guide/parameter/global\">全局参数</a>,使用方式和<a 
href=\"/zh-cn/docs/dev/guide/parameter/local\">本地参数</a>中的使用方式类似,但是参数的值需要配置成全局参数中的
 key。</p>\n<h2 id=\"上游任务传递给下游任务\">上游任务传递给下游任务</h2>\n<p>DolphinScheduler 
允许在任务间进行参数传递 [...]
+  "__html": "<h1 id=\"参数的引用\">参数的引用</h1>\n<p>DolphinScheduler 
提供参数间相互引用的能力,包括:本地参数引用全局参数、上下游参数传递。因为有引用的存在,就涉及当参数名相同时,参数的优先级问题,详见<a 
href=\"/zh-cn/docs/dev/guide/parameter/priority\">参数优先级</a></p>\n<h2 
id=\"本地任务引用全局参数\">本地任务引用全局参数</h2>\n<p>本地任务引用全局参数的前提是,你已经定义了<a 
href=\"/zh-cn/docs/dev/guide/parameter/global\">全局参数</a>,使用方式和<a 
href=\"/zh-cn/docs/dev/guide/parameter/local\">本地参数</a>中的使用方式类似,但是参数的值需要配置成全局参数中的
 key。</p>\n<h2 id=\"上游任务传递给下游任务\">上游任务传递给下游任务</h2>\n<p>DolphinScheduler 
允许在任务间进行参数传递 [...]
   "location": [
     "功能介绍",
     "参数",
diff --git a/pages/doc/zh-cn/dev/guide/task/switch.json 
b/pages/doc/zh-cn/dev/guide/task/switch.json
index 45eaf3aad6..d177207c6a 100644
--- a/pages/doc/zh-cn/dev/guide/task/switch.json
+++ b/pages/doc/zh-cn/dev/guide/task/switch.json
@@ -1,5 +1,5 @@
 {
-  "__html": "<h1 id=\"switch\">Switch</h1>\n<p>Switch 是一个条件判断节点,依据<a 
href=\"/zh-cn/docs/dev/guide/parameter/global\">全局变量</a>的值和用户所编写的表达式判断结果执行对应分支。\n<strong>注意</strong>使用
 javax.script.ScriptEngine.eval 执行表达式。</p>\n<h2 
id=\"创建任务\">创建任务</h2>\n<p>点击项目管理 -&gt; 项目名称 -&gt; 
工作流定义,点击&quot;创建工作流&quot;按钮,进入 DAG 编辑页面。\n拖动工具栏中的 <img src=\"/img/switch.png\" 
width=\"20\"/> 任务节点到画板中即能完成任务创建。\n<strong>注意</strong> switch 
任务创建后,要先配置上下游,才能配置任务分支的参数。</p>\n<h2 
id=\"任务参数\">任务参数</h2>\n<ul>\n<li>默认参数说明请参考<a hr [...]
+  "__html": "<h1 id=\"switch\">Switch</h1>\n<p>Switch 是一个条件判断节点,依据<a 
href=\"/zh-cn/docs/dev/guide/parameter/global\">全局变量</a>的值和用户所编写的表达式判断结果执行对应分支。\n<strong>注意</strong>使用
 javax.script.ScriptEngine.eval 执行表达式。</p>\n<h2 
id=\"创建任务\">创建任务</h2>\n<p>点击项目管理 -&gt; 项目名称 -&gt; 
工作流定义,点击&quot;创建工作流&quot;按钮,进入 DAG 编辑页面。\n拖动工具栏中的 <img src=\"/img/switch.png\" 
width=\"20\"/> 任务节点到画板中即能完成任务创建。\n<strong>注意</strong> switch 
任务创建后,要先配置上下游,才能配置任务分支的参数。</p>\n<h2 
id=\"任务参数\">任务参数</h2>\n<ul>\n<li>默认参数说明请参考<a hr [...]
   "location": [
     "功能介绍",
     "任务类型",

Reply via email to