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 4ec239383e Automated deployment:
a9c95171d19985dde584973069ca2e9785ab5f0b
4ec239383e is described below
commit 4ec239383e67f93b59b7981eacff6044e27459bf
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jun 13 05:06:54 2025 +0000
Automated deployment: a9c95171d19985dde584973069ca2e9785ab5f0b
---
data/faq/en-us.json | 7 ++++++-
data/faq/zh-cn.json | 7 ++++++-
fetch/faq/en-us/dev.json | 6 +++++-
fetch/faq/zh-cn/dev.json | 6 +++++-
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, 35 insertions(+), 17 deletions(-)
diff --git a/data/faq/en-us.json b/data/faq/en-us.json
index d92f7deb98..b3cc6614a6 100644
--- a/data/faq/en-us.json
+++ b/data/faq/en-us.json
@@ -282,6 +282,11 @@
{
"version": "dev",
"q": "<h2>Q:Can not find python-gateway-server in distribute package</h2>",
- "a": "\n<p>A:After version 3.0.0-alpha, Python gateway server integrate
into API server, and Python gateway service will start when you\nstart API
server. If you want disabled when Python gateway service you could change API
server configuration in path\n<code>api-server/conf/application.yaml</code> and
change attribute <code>python-gateway.enabled : false</code>.</p>\n<hr>\n<p>We
will collect more FAQ later</p>\n"
+ "a": "\n<p>A:After version 3.0.0-alpha, Python gateway server integrate
into API server, and Python gateway service will start when you\nstart API
server. If you want disabled when Python gateway service you could change API
server configuration in path\n<code>api-server/conf/application.yaml</code> and
change attribute <code>python-gateway.enabled : false</code>.</p>\n<hr>\n"
+ },
+ {
+ "version": "dev",
+ "q": "<h2>Q: Why is the schedule status of a workflow definition set to
"Offline" after importing an online workflow definition?</h2>",
+ "a": "\n<p>A: This is because we want to prevent users from directly
importing a scheduled workflow that is already "Online".\nTherefore,
when exporting such workflows, the system automatically changes their status to
"Offline".\nTo enforce this rule, even if a user manually sets the
schedule status to "Online" in the workflow definition before
importing,\nthe system will override it and set it to
"Offline".</p>\n<hr>\n<p>We will collect more F [...]
}
]
\ No newline at end of file
diff --git a/data/faq/zh-cn.json b/data/faq/zh-cn.json
index f7b2678ef3..1920d35bd1 100644
--- a/data/faq/zh-cn.json
+++ b/data/faq/zh-cn.json
@@ -282,6 +282,11 @@
{
"version": "dev",
"q": "<h2>Q: 缓存执行时怎么判断任务已经存在缓存过的任务,即如何判断一个任务可以使用另外一个任务的运行结果?</h2>",
- "a": "\n<p>A: 对于标识为<code>缓存执行</code>的任务, 当任务启动时会生成一个缓存 key, 该 key
由以下字段组合哈希得到:</p>\n<ul>\n<li>任务定义:任务实例对应的任务定义的
id</li>\n<li>任务的版本:任务实例对应的任务定义的版本</li>\n<li>任务输入的参数:包括上游节点和全局参数传入的参数中,被任务定义的参数列表所引用和任务定义中使用<code>${}</code>引用的参数</li>\n<li>环境配置:
环境名称下具体的环境配置内容,具体为安全中心环境管理中的实际配置内容</li>\n</ul>\n<p>当缓存标识的任务运行时,会查找数据库中是否用相同缓存
key
的数据,</p>\n<ul>\n<li>若有则复制该任务实例并进行相应数据的更新</li>\n<li>若无,则任务照常运行,并在任务完成时将任务实例的数据存入缓存</li>\n</ul>\n<p>若不需要缓存时,可以在工作流实例中右键运行清除缓存,则�
��除该版本下当前输入的参数的缓存数据。</p>\n<p>我们会持续收集更多的 [...]
+ "a": "\n<p>A: 对于标识为<code>缓存执行</code>的任务, 当任务启动时会生成一个缓存 key, 该 key
由以下字段组合哈希得到:</p>\n<ul>\n<li>任务定义:任务实例对应的任务定义的
id</li>\n<li>任务的版本:任务实例对应的任务定义的版本</li>\n<li>任务输入的参数:包括上游节点和全局参数传入的参数中,被任务定义的参数列表所引用和任务定义中使用<code>${}</code>引用的参数</li>\n<li>环境配置:
环境名称下具体的环境配置内容,具体为安全中心环境管理中的实际配置内容</li>\n</ul>\n<p>当缓存标识的任务运行时,会查找数据库中是否用相同缓存
key
的数据,</p>\n<ul>\n<li>若有则复制该任务实例并进行相应数据的更新</li>\n<li>若无,则任务照常运行,并在任务完成时将任务实例的数据存入缓存</li>\n</ul>\n<p>若不需要缓存时,可以在工作流实例中右键运行清除缓存,则�
��除该版本下当前输入的参数的缓存数据。</p>\n<hr>\n"
+ },
+ {
+ "version": "dev",
+ "q": "<h2>Q:为什么导入一个在线的工作流定义,导入后的工作流定义的定时状态是下线的?</h2>",
+ "a":
"\n<p>A:因为我们不希望用户直接导入一个<code>在线</code>的定时工作流,所以在导出时,系统会将它的状态改为<code>下线</code>。\n为了遵循这个原则,即使用户自行将要导入的工作流定义中的定时状态改为<code>在线</code>,系统也会将状态覆盖为<code>下线</code>。</p>\n<hr>\n<p>我们会持续收集更多的
FAQ。</p>\n"
}
]
\ No newline at end of file
diff --git a/fetch/faq/en-us/dev.json b/fetch/faq/en-us/dev.json
index 368a61543a..329f88fde5 100644
--- a/fetch/faq/en-us/dev.json
+++ b/fetch/faq/en-us/dev.json
@@ -225,6 +225,10 @@
},
{
"q": "<h2>Q:Can not find python-gateway-server in distribute package</h2>",
- "a": "\n<p>A:After version 3.0.0-alpha, Python gateway server integrate
into API server, and Python gateway service will start when you\nstart API
server. If you want disabled when Python gateway service you could change API
server configuration in path\n<code>api-server/conf/application.yaml</code> and
change attribute <code>python-gateway.enabled : false</code>.</p>\n<hr>\n<p>We
will collect more FAQ later</p>\n"
+ "a": "\n<p>A:After version 3.0.0-alpha, Python gateway server integrate
into API server, and Python gateway service will start when you\nstart API
server. If you want disabled when Python gateway service you could change API
server configuration in path\n<code>api-server/conf/application.yaml</code> and
change attribute <code>python-gateway.enabled : false</code>.</p>\n<hr>\n"
+ },
+ {
+ "q": "<h2>Q: Why is the schedule status of a workflow definition set to
"Offline" after importing an online workflow definition?</h2>",
+ "a": "\n<p>A: This is because we want to prevent users from directly
importing a scheduled workflow that is already "Online".\nTherefore,
when exporting such workflows, the system automatically changes their status to
"Offline".\nTo enforce this rule, even if a user manually sets the
schedule status to "Online" in the workflow definition before
importing,\nthe system will override it and set it to
"Offline".</p>\n<hr>\n<p>We will collect more F [...]
}
]
\ No newline at end of file
diff --git a/fetch/faq/zh-cn/dev.json b/fetch/faq/zh-cn/dev.json
index 82f22809c6..8c0608cade 100644
--- a/fetch/faq/zh-cn/dev.json
+++ b/fetch/faq/zh-cn/dev.json
@@ -225,6 +225,10 @@
},
{
"q": "<h2>Q: 缓存执行时怎么判断任务已经存在缓存过的任务,即如何判断一个任务可以使用另外一个任务的运行结果?</h2>",
- "a": "\n<p>A: 对于标识为<code>缓存执行</code>的任务, 当任务启动时会生成一个缓存 key, 该 key
由以下字段组合哈希得到:</p>\n<ul>\n<li>任务定义:任务实例对应的任务定义的
id</li>\n<li>任务的版本:任务实例对应的任务定义的版本</li>\n<li>任务输入的参数:包括上游节点和全局参数传入的参数中,被任务定义的参数列表所引用和任务定义中使用<code>${}</code>引用的参数</li>\n<li>环境配置:
环境名称下具体的环境配置内容,具体为安全中心环境管理中的实际配置内容</li>\n</ul>\n<p>当缓存标识的任务运行时,会查找数据库中是否用相同缓存
key
的数据,</p>\n<ul>\n<li>若有则复制该任务实例并进行相应数据的更新</li>\n<li>若无,则任务照常运行,并在任务完成时将任务实例的数据存入缓存</li>\n</ul>\n<p>若不需要缓存时,可以在工作流实例中右键运行清除缓存,则�
��除该版本下当前输入的参数的缓存数据。</p>\n<p>我们会持续收集更多的 [...]
+ "a": "\n<p>A: 对于标识为<code>缓存执行</code>的任务, 当任务启动时会生成一个缓存 key, 该 key
由以下字段组合哈希得到:</p>\n<ul>\n<li>任务定义:任务实例对应的任务定义的
id</li>\n<li>任务的版本:任务实例对应的任务定义的版本</li>\n<li>任务输入的参数:包括上游节点和全局参数传入的参数中,被任务定义的参数列表所引用和任务定义中使用<code>${}</code>引用的参数</li>\n<li>环境配置:
环境名称下具体的环境配置内容,具体为安全中心环境管理中的实际配置内容</li>\n</ul>\n<p>当缓存标识的任务运行时,会查找数据库中是否用相同缓存
key
的数据,</p>\n<ul>\n<li>若有则复制该任务实例并进行相应数据的更新</li>\n<li>若无,则任务照常运行,并在任务完成时将任务实例的数据存入缓存</li>\n</ul>\n<p>若不需要缓存时,可以在工作流实例中右键运行清除缓存,则�
��除该版本下当前输入的参数的缓存数据。</p>\n<hr>\n"
+ },
+ {
+ "q": "<h2>Q:为什么导入一个在线的工作流定义,导入后的工作流定义的定时状态是下线的?</h2>",
+ "a":
"\n<p>A:因为我们不希望用户直接导入一个<code>在线</code>的定时工作流,所以在导出时,系统会将它的状态改为<code>下线</code>。\n为了遵循这个原则,即使用户自行将要导入的工作流定义中的定时状态改为<code>在线</code>,系统也会将状态覆盖为<code>下线</code>。</p>\n<hr>\n<p>我们会持续收集更多的
FAQ。</p>\n"
}
]
\ No newline at end of file
diff --git a/python/2.0.5/.buildinfo b/python/2.0.5/.buildinfo
index e1050a9127..eabd6870d6 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: ee97b2818c58776f1bc086f9c812eb55
+config: a778edb34f65c85deb359852be768f54
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/2.0.6/.buildinfo b/python/2.0.6/.buildinfo
index ae63720e97..5cd061579d 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: 43df151fbb308d1f88c9e4ddcb0a0e0b
+config: cfea9981c3ad3878fce9f740abac65c5
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/2.0.7/.buildinfo b/python/2.0.7/.buildinfo
index a68e0fc502..f9bb6dabaf 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: 3badc2fc7d5494a149b31071c7eae402
+config: 926bd30fb0c16d7205bdeea67f3308b9
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/3.0.0/.buildinfo b/python/3.0.0/.buildinfo
index d511d61a05..ec20c79092 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: 16f7cc8998017a762629a2de58564dc9
+config: 6cdd18a357a386eb075104261f222453
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/3.0.1/.buildinfo b/python/3.0.1/.buildinfo
index 725752905f..08e1c133ab 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: f9d2c7899d9854b51032960ce31587cd
+config: 4f065817bfbcc3d28d3fb29046b30cc4
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/3.1.0/.buildinfo b/python/3.1.0/.buildinfo
index 69b527d147..ea81bea345 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: 825e91ba9ae9ca8b45c090b853d46c1c
+config: 131c54e9c02f9945c43fa9e09a392940
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.0/.buildinfo b/python/4.0.0/.buildinfo
index b11450f4aa..fb08a8fa53 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: e78fdaf6712a3f948c6afa278234b92d
+config: 1459deff6d239f56f97165d6aac3f0c2
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.1/.buildinfo b/python/4.0.1/.buildinfo
index 6bffcf0e6f..8577ef9d4c 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: faeafcd376e8bd4dbf53eb64af405a4e
+config: e188c9ad74ad5644eafa97e1f1785996
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.2/.buildinfo b/python/4.0.2/.buildinfo
index 88815c9440..d8a83fd714 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: e53fc55e06a346e3bdeab90ab3a6d0de
+config: 1f676b781f7c2321aaafbc106ce0e395
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.3/.buildinfo b/python/4.0.3/.buildinfo
index d6dcf4edbe..a996cd4130 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: e730cf3cf09da38b348e895f663be361
+config: 594ccc7f9847a63e1428681ec5f8da6b
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.4/.buildinfo b/python/4.0.4/.buildinfo
index bc50369acd..10f1f883a1 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: fb4aad7828ed401a712cc8ec21e2de73
+config: c45a5f0f70249ce9c0ad91a3798d8ae0
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.1.0/.buildinfo b/python/4.1.0/.buildinfo
index 07a6794b9b..4e5a6a3a8d 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: 5f83488fa0d34b107a1ccb78b8b2ce8f
+config: 7db4f9224abd4e7043c585d38305a9d4
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/main/.buildinfo b/python/main/.buildinfo
index 36c8b58c97..da63060b97 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: fcadd1e1cdbebb510083503198be01bb
+config: 361a680da98752e33945891d4c5085ff
tags: 645f666f9bcd5a90fca523b33c5a78b7