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 aa5d705022 Automated deployment:
a9c95171d19985dde584973069ca2e9785ab5f0b
aa5d705022 is described below
commit aa5d70502232f74e0b1a29fe1453d248e93bd7d2
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Jun 5 05:07:01 2025 +0000
Automated deployment: a9c95171d19985dde584973069ca2e9785ab5f0b
---
data/doc/en-us.json | 2 +-
data/doc/zh-cn.json | 2 +-
pages/doc/en-us/dev/guide/parameter/priority.json | 2 +-
pages/doc/zh-cn/dev/guide/parameter/priority.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 aa8f5d3651..9b1ada02e9 100644
--- a/data/doc/en-us.json
+++ b/data/doc/en-us.json
@@ -36788,7 +36788,7 @@
]
},
{
- "content": "Parameter Priority\nDolphinScheduler has three parameter
types:\n\nProject-level Parameter: parameters defined at the project management
page.\nGlobal Parameter: parameters defined at the workflow define
page.\nStartup Parameter: parameters defined at the workflow launch
page.\nParameter Context: parameters passed by upstream task nodes.\nLocal
Parameter: parameters belong to its node, which is the parameters defined by
the user in [Custom Parameters].\n\nThe user can def [...]
+ "content": "Parameter Priority\nDolphinScheduler has three parameter
types:\n\nProject-level Parameter: parameters defined at the project management
page.\nGlobal Parameter: parameters defined at the workflow define
page.\nStartup Parameter: parameters defined at the workflow launch
page.\nParameter Context: parameters passed by upstream task nodes.\nLocal
Parameter: parameters belong to its node, which is the parameters defined by
the user in [Custom Parameters].\n\nThe user can def [...]
"version": "dev",
"link": "/guide/parameter/priority",
"title": "Parameter Priority",
diff --git a/data/doc/zh-cn.json b/data/doc/zh-cn.json
index 80b6be57cf..1f47976d78 100644
--- a/data/doc/zh-cn.json
+++ b/data/doc/zh-cn.json
@@ -32536,7 +32536,7 @@
]
},
{
- "content": "参数优先级\nDolphinScheduler
中所涉及的参数值的定义可能来自三种类型:\n\n项目级别参数:在项目管理中定义的项目级别参数\n全局参数:在工作流保存页面定义时定义的变量\n启动参数:在工作流启动页面定义的变量\n上游任务传递的参数:上游任务传递过来的参数\n本地参数:节点的自有变量,用户在“自定义参数”定义的变量,并且用户可以在工作流定义时定义该部分变量的值\n\n因为参数的值存在多个来源,当参数名相同时,就需要会存在参数优先级的问题。DolphinScheduler
参数的优先级从高到低为:启动参数 > 本地参数 > 上游任务传递的参数 > 全局参数 >
项目级别参数\n在上游任务传递的参数中,由于上游可能存在多个任务向下游传递参数,当上游传递的参数名称相同时:\n\n下游节点会优先使用值为非空的参数\n如果存在
多个值为非空的参数,则按照上游任务的完成时间排序,选择完成时间最早的上游任务对应的参数\n\n例子\n下面例子向你展示如何使用任务参数传递的优先级问题\n1:先以
shell 节点解释第 [...]
+ "content": "参数优先级\nDolphinScheduler
中所涉及的参数值的定义可能来自三种类型:\n\n项目级别参数:在项目管理中定义的项目级别参数\n全局参数:在工作流保存页面定义时定义的变量\n启动参数:在工作流启动页面定义的变量\n上游任务传递的参数:上游任务传递过来的参数\n本地参数:节点的自有变量,用户在“自定义参数”定义的变量,并且用户可以在工作流定义时定义该部分变量的值\n\n因为参数的值存在多个来源,当参数名相同时,就需要会存在参数优先级的问题。DolphinScheduler
参数的优先级从高到低为:启动参数 > 本地参数 > 上游任务传递的参数 > 全局参数 >
项目级别参数\n在上游任务传递的参数中,由于上游可能存在多个任务向下游传递参数,当上游传递的参数名称相同时:\n\n下游节点会优先使用值为非空的参数\n如果存在
多个值为非空的参数,则按照上游任务的完成时间排序,选择完成时间最晚的上游任务对应的参数\n\n例子\n下面例子向你展示如何使用任务参数传递的优先级问题\n1:先以
shell 节点解释第 [...]
"version": "dev",
"link": "/guide/parameter/priority",
"title": "参数优先级",
diff --git a/pages/doc/en-us/dev/guide/parameter/priority.json
b/pages/doc/en-us/dev/guide/parameter/priority.json
index 9416767882..e1194555a6 100644
--- a/pages/doc/en-us/dev/guide/parameter/priority.json
+++ b/pages/doc/en-us/dev/guide/parameter/priority.json
@@ -1,5 +1,5 @@
{
- "__html": "<h1 id=\"parameter-priority\">Parameter
Priority</h1>\n<p>DolphinScheduler has three parameter types:</p>\n<ul>\n<li><a
href=\"/en-us/docs/dev/guide/parameter/project-parameter\">Project-level
Parameter</a>: parameters defined at the project management page.</li>\n<li><a
href=\"/en-us/docs/dev/guide/parameter/global\">Global Parameter</a>:
parameters defined at the workflow define page.</li>\n<li><a
href=\"/en-us/docs/dev/guide/parameter/startup-parameter\">Startup Parameter
[...]
+ "__html": "<h1 id=\"parameter-priority\">Parameter
Priority</h1>\n<p>DolphinScheduler has three parameter types:</p>\n<ul>\n<li><a
href=\"/en-us/docs/dev/guide/parameter/project-parameter\">Project-level
Parameter</a>: parameters defined at the project management page.</li>\n<li><a
href=\"/en-us/docs/dev/guide/parameter/global\">Global Parameter</a>:
parameters defined at the workflow define page.</li>\n<li><a
href=\"/en-us/docs/dev/guide/parameter/startup-parameter\">Startup Parameter
[...]
"location": [
"Introduction to Functions",
"Parameter",
diff --git a/pages/doc/zh-cn/dev/guide/parameter/priority.json
b/pages/doc/zh-cn/dev/guide/parameter/priority.json
index f6404a7ebb..8e4d2d757a 100644
--- a/pages/doc/zh-cn/dev/guide/parameter/priority.json
+++ b/pages/doc/zh-cn/dev/guide/parameter/priority.json
@@ -1,5 +1,5 @@
{
- "__html": "<h1 id=\"参数优先级\">参数优先级</h1>\n<p>DolphinScheduler
中所涉及的参数值的定义可能来自三种类型:</p>\n<ul>\n<li><a
href=\"/zh-cn/docs/dev/guide/parameter/project-parameter\">项目级别参数</a>:在项目管理中定义的项目级别参数</li>\n<li><a
href=\"/zh-cn/docs/dev/guide/parameter/global\">全局参数</a>:在工作流保存页面定义时定义的变量</li>\n<li><a
href=\"/zh-cn/docs/dev/guide/parameter/startup-parameter\">启动参数</a>:在工作流启动页面定义的变量</li>\n<li><a
href=\"/zh-cn/docs/dev/guide/parameter/context\">上游任务传递的参数</a>:上游任务传递过来的参数</li>\n<li><a
href=\"/zh-cn/docs/dev [...]
+ "__html": "<h1 id=\"参数优先级\">参数优先级</h1>\n<p>DolphinScheduler
中所涉及的参数值的定义可能来自三种类型:</p>\n<ul>\n<li><a
href=\"/zh-cn/docs/dev/guide/parameter/project-parameter\">项目级别参数</a>:在项目管理中定义的项目级别参数</li>\n<li><a
href=\"/zh-cn/docs/dev/guide/parameter/global\">全局参数</a>:在工作流保存页面定义时定义的变量</li>\n<li><a
href=\"/zh-cn/docs/dev/guide/parameter/startup-parameter\">启动参数</a>:在工作流启动页面定义的变量</li>\n<li><a
href=\"/zh-cn/docs/dev/guide/parameter/context\">上游任务传递的参数</a>:上游任务传递过来的参数</li>\n<li><a
href=\"/zh-cn/docs/dev [...]
"location": [
"功能介绍",
"参数",
diff --git a/python/2.0.5/.buildinfo b/python/2.0.5/.buildinfo
index 649f7444dd..a29a07e016 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: b7de272d447ade92015720de879a740f
+config: b1344382f2d6f7273870366fa3ff6b98
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/2.0.6/.buildinfo b/python/2.0.6/.buildinfo
index cd8c468c11..fd9c809b79 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: 18765f682a91d2fd5f3a99c09c751631
+config: 782b4cddea573ea811f13b54b711a739
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/2.0.7/.buildinfo b/python/2.0.7/.buildinfo
index fd54b9f3a7..e24428177a 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: 570cc41fab32b5bed547430e6d39e95a
+config: c48b2e1a98c4fd1ff54b71cd53457288
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/3.0.0/.buildinfo b/python/3.0.0/.buildinfo
index 42117a762e..d000b24878 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: 57c42e587aeadcaa79c5bacc39899781
+config: eb6ae2153a9438efaaa9f94d187f169e
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/3.0.1/.buildinfo b/python/3.0.1/.buildinfo
index f6c48f5086..70301df1b6 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: 6c7972f7a317c1281f7d116a383cb6b3
+config: 0282601710413d8b7b2e76bb2568c2f3
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/3.1.0/.buildinfo b/python/3.1.0/.buildinfo
index 818e772a3a..b43d9d16b8 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: 1fad044fdba7892307ef5deb6dba2934
+config: a29bbdbee03efaac1188aa8aadc85a14
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.0/.buildinfo b/python/4.0.0/.buildinfo
index 3506d52294..8dfd862ff7 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: 58a20afb1841553c14347540968c22ab
+config: 2a58fcd5f43715a66f167f405bde37e6
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.1/.buildinfo b/python/4.0.1/.buildinfo
index ba22006535..8f34ee7efe 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: 8ca4bbc362aafcf65c958f470e6dcf77
+config: aac1e747ce35ba3ae85e956a4f8f4c8f
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.2/.buildinfo b/python/4.0.2/.buildinfo
index 6fefd7ce12..168a0a05c0 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: 93ab60a8be1beb791472447083012821
+config: ae2c5d6d13dd8fce1610311518b7a0b4
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.3/.buildinfo b/python/4.0.3/.buildinfo
index 910cc12f9f..fda75e8531 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: 8abd127d3052f4ef24c680adb24e2315
+config: 377c8a82166010c1243ea583160411a2
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.4/.buildinfo b/python/4.0.4/.buildinfo
index 0ad3a4a8f6..1edbc8ab40 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: dae32a0c5aa9c2de1923e15d87d161d4
+config: 9c2abb4d2e3be1270da8c7df81bdbfd0
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.1.0/.buildinfo b/python/4.1.0/.buildinfo
index 2a84c52a89..8867e3ece1 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: 994f7126291c2d790cb324ab81e34236
+config: 52cb16369dff881ad2a73561e7006e7d
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/main/.buildinfo b/python/main/.buildinfo
index 070d174a91..2c26f4aa65 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: c6b6df418e53e8f0787bf334253e8e88
+config: 35bdbc5095401f97c8f1a8c836624d64
tags: 645f666f9bcd5a90fca523b33c5a78b7