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 8c8b650fe4 Automated deployment: 
dbf864134c1db6fb56485a97aa171551ed7cb9f5
8c8b650fe4 is described below

commit 8c8b650fe488bd6b4730cdae7438ecec93741088
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Jan 5 05:17:00 2026 +0000

    Automated deployment: dbf864134c1db6fb56485a97aa171551ed7cb9f5
---
 data/doc/en-us.json                              | 2 +-
 data/doc/zh-cn.json                              | 2 +-
 pages/doc/en-us/dev/guide/parameter/context.json | 2 +-
 pages/doc/zh-cn/dev/guide/parameter/context.json | 2 +-
 python/2.0.5/.buildinfo                          | 2 +-
 python/2.0.6/.buildinfo                          | 2 +-
 python/2.0.7/.buildinfo                          | 2 +-
 python/3.0.0/.buildinfo                          | 2 +-
 python/3.0.1/.buildinfo                          | 2 +-
 python/3.1.0/.buildinfo                          | 2 +-
 python/4.0.0/.buildinfo                          | 2 +-
 python/4.0.1/.buildinfo                          | 2 +-
 python/4.0.2/.buildinfo                          | 2 +-
 python/4.0.3/.buildinfo                          | 2 +-
 python/4.0.4/.buildinfo                          | 2 +-
 python/4.1.0/.buildinfo                          | 2 +-
 python/main/.buildinfo                           | 2 +-
 17 files changed, 17 insertions(+), 17 deletions(-)

diff --git a/data/doc/en-us.json b/data/doc/en-us.json
index 87bbf82c24..75580b912d 100644
--- a/data/doc/en-us.json
+++ b/data/doc/en-us.json
@@ -40236,7 +40236,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 c85cefa330..6b07204ac4 100644
--- a/data/doc/zh-cn.json
+++ b/data/doc/zh-cn.json
@@ -35888,7 +35888,7 @@
     ]
   },
   {
-    "content": "参数的引用\nDolphinScheduler 
提供参数间相互引用的能力,包括:本地参数引用全局参数、上下游参数传递。因为有引用的存在,就涉及当参数名相同时,参数的优先级问题,详见参数优先级\n本地任务引用全局参数\n本地任务引用全局参数的前提是,你已经定义了全局参数,使用方式和本地参数中的使用方式类似,但是参数的值需要配置成全局参数中的
 key。\n上游任务传递给下游任务\nDolphinScheduler 
允许在任务间进行参数传递,目前传递方向仅支持上游单向传递给下游。目前支持这个特性的任务类型有:\n\nShell\nSQL\nProcedure\nPython\nSubWorkflow\nKubernetes\n\n当定义上游节点时,如果有需要将该节点的结果传递给有依赖关系的下游节点,需要在【当前节点设置】的【自定义参数】设置一个方向是
 OUT 的变量。如果是 SubWorkflow 节点无需在【当前节点�
 ��】中设置变量,需要在子流程的工作流定义中设置一个方向是 OUT 的变量。\n上游传递的参数可以在下游节点中被更新,更新方法与 [...]
+    "content": "参数的引用\nDolphinScheduler 
提供参数间相互引用的能力,包括:本地参数引用全局参数、上下游参数传递。因为有引用的存在,就涉及当参数名相同时,参数的优先级问题,详见参数优先级\n本地任务引用全局参数\n本地任务引用全局参数的前提是,你已经定义了全局参数,使用方式和本地参数中的使用方式类似,但是参数的值需要配置成全局参数中的
 key。\n上游任务传递给下游任务\nDolphinScheduler 
允许在任务间进行参数传递,目前传递方向仅支持上游单向传递给下游。目前支持这个特性的任务类型有:\n\nShell\nSQL\nProcedure\nPython\nSubWorkflow\nKubernetes\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 7c755c021f..148dc88e36 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/zh-cn/dev/guide/parameter/context.json 
b/pages/doc/zh-cn/dev/guide/parameter/context.json
index e2f7b7820e..64d5986aa0 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/python/2.0.5/.buildinfo b/python/2.0.5/.buildinfo
index f582989c53..f0f18c4dfc 100644
--- a/python/2.0.5/.buildinfo
+++ b/python/2.0.5/.buildinfo
@@ -1,4 +1,4 @@
 # Sphinx build info version 1
 # This file records the configuration used when building these files. When it 
is not found, a full rebuild will be done.
-config: 80457b45dc6542d46a89916e6a95ad79
+config: 8dc252a43131855f5f663581285450b9
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/2.0.6/.buildinfo b/python/2.0.6/.buildinfo
index 735190996d..fa4e63c45b 100644
--- a/python/2.0.6/.buildinfo
+++ b/python/2.0.6/.buildinfo
@@ -1,4 +1,4 @@
 # Sphinx build info version 1
 # This file records the configuration used when building these files. When it 
is not found, a full rebuild will be done.
-config: 79e98ee72d0022ecd422895906991796
+config: 72671934459d3489158832a125f65bff
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/2.0.7/.buildinfo b/python/2.0.7/.buildinfo
index e7de193356..8bf5b12b03 100644
--- a/python/2.0.7/.buildinfo
+++ b/python/2.0.7/.buildinfo
@@ -1,4 +1,4 @@
 # Sphinx build info version 1
 # This file records the configuration used when building these files. When it 
is not found, a full rebuild will be done.
-config: 86e6ae3e9357d3d1da00d843f317a762
+config: 78402ef8a00608bf66657fe0445cf02f
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/3.0.0/.buildinfo b/python/3.0.0/.buildinfo
index 0c7a81f338..3feb1076a5 100644
--- a/python/3.0.0/.buildinfo
+++ b/python/3.0.0/.buildinfo
@@ -1,4 +1,4 @@
 # Sphinx build info version 1
 # This file records the configuration used when building these files. When it 
is not found, a full rebuild will be done.
-config: 3ae83cf0bd14af11e4d790d6c1d822de
+config: 9f92fed61b6c48d5957408fdcbf0e00d
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/3.0.1/.buildinfo b/python/3.0.1/.buildinfo
index 490bde9bd5..a20677acff 100644
--- a/python/3.0.1/.buildinfo
+++ b/python/3.0.1/.buildinfo
@@ -1,4 +1,4 @@
 # Sphinx build info version 1
 # This file records the configuration used when building these files. When it 
is not found, a full rebuild will be done.
-config: d6aa4b550e2c42b53207def722322c45
+config: 827bad86f78c3a738681668ac3b01067
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/3.1.0/.buildinfo b/python/3.1.0/.buildinfo
index 3a56c7e23b..a260cef760 100644
--- a/python/3.1.0/.buildinfo
+++ b/python/3.1.0/.buildinfo
@@ -1,4 +1,4 @@
 # Sphinx build info version 1
 # This file records the configuration used when building these files. When it 
is not found, a full rebuild will be done.
-config: 421839f7dd03983a131519d0fe301562
+config: 35ad404053d3521e48dbf69636dd5186
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.0/.buildinfo b/python/4.0.0/.buildinfo
index cf58db04e6..1f4f37f0de 100644
--- a/python/4.0.0/.buildinfo
+++ b/python/4.0.0/.buildinfo
@@ -1,4 +1,4 @@
 # Sphinx build info version 1
 # This file records the configuration used when building these files. When it 
is not found, a full rebuild will be done.
-config: ff754e9c59e43f3c8deeeac88b5fc9ec
+config: 657fce4464fe890bd1818de34f3d3efa
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.1/.buildinfo b/python/4.0.1/.buildinfo
index a594b99554..bec23529bc 100644
--- a/python/4.0.1/.buildinfo
+++ b/python/4.0.1/.buildinfo
@@ -1,4 +1,4 @@
 # Sphinx build info version 1
 # This file records the configuration used when building these files. When it 
is not found, a full rebuild will be done.
-config: a3475d31a01f4719bcb3634db2c7492b
+config: 8c0b33041c08d2d7ca344f9156e46261
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.2/.buildinfo b/python/4.0.2/.buildinfo
index 5fed44d4c4..0e94954bbf 100644
--- a/python/4.0.2/.buildinfo
+++ b/python/4.0.2/.buildinfo
@@ -1,4 +1,4 @@
 # Sphinx build info version 1
 # This file records the configuration used when building these files. When it 
is not found, a full rebuild will be done.
-config: c9c5be29e332334369c9b9eea8a42edb
+config: 87187e0f82d5fc44ccc2b7affd1dec3b
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.3/.buildinfo b/python/4.0.3/.buildinfo
index 42726e49f8..d82ead5695 100644
--- a/python/4.0.3/.buildinfo
+++ b/python/4.0.3/.buildinfo
@@ -1,4 +1,4 @@
 # Sphinx build info version 1
 # This file records the configuration used when building these files. When it 
is not found, a full rebuild will be done.
-config: 39c4d4ad33d7a135fa6b53cf59680964
+config: 52ffef04db27c88eceb45e720f734516
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.4/.buildinfo b/python/4.0.4/.buildinfo
index ae780a44ce..4e7e575f01 100644
--- a/python/4.0.4/.buildinfo
+++ b/python/4.0.4/.buildinfo
@@ -1,4 +1,4 @@
 # Sphinx build info version 1
 # This file records the configuration used when building these files. When it 
is not found, a full rebuild will be done.
-config: e0ffcc9b88b5f7c2da5a2a5c64f61164
+config: e9db79ed545727381c21a11de932e83e
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.1.0/.buildinfo b/python/4.1.0/.buildinfo
index 3aed2b869d..6701a4f391 100644
--- a/python/4.1.0/.buildinfo
+++ b/python/4.1.0/.buildinfo
@@ -1,4 +1,4 @@
 # Sphinx build info version 1
 # This file records the configuration used when building these files. When it 
is not found, a full rebuild will be done.
-config: 86a692105cd1b4bc32fa3486f021348e
+config: 07dd45316dc11cce1afc93da49c3b83b
 tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/main/.buildinfo b/python/main/.buildinfo
index 55a0b7fa18..72795c3d3a 100644
--- a/python/main/.buildinfo
+++ b/python/main/.buildinfo
@@ -1,4 +1,4 @@
 # Sphinx build info version 1
 # This file records the configuration used when building these files. When it 
is not found, a full rebuild will be done.
-config: 5bac315f30ad1a36c47a87d2f75cb926
+config: ccf2e10e92321abfb6a6bda5bf4acdc4
 tags: 645f666f9bcd5a90fca523b33c5a78b7

Reply via email to