You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by gi...@apache.org on 2021/10/22 13:05:29 UTC

[dolphinscheduler-website] branch asf-site updated: Automated deployment: 3a198b5813d558aa7e85b5a1f1ccf24ea1264545

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 ab46592  Automated deployment: 3a198b5813d558aa7e85b5a1f1ccf24ea1264545
ab46592 is described below

commit ab465924e38181d34372390038d63d779ef18dd9
Author: github-actions[bot] <gi...@users.noreply.github.com>
AuthorDate: Fri Oct 22 13:05:20 2021 +0000

    Automated deployment: 3a198b5813d558aa7e85b5a1f1ccf24ea1264545
---
 en-us/docs/dev/user_doc/guide/task/conditions.html |   8 +++++++-
 en-us/docs/dev/user_doc/guide/task/conditions.json |   2 +-
 img/condition_dag_en.png                           | Bin 0 -> 32856 bytes
 img/condition_task_en.png                          | Bin 0 -> 26380 bytes
 img/condition_task_zh.png                          | Bin 0 -> 25721 bytes
 zh-cn/docs/dev/user_doc/guide/task/conditions.html |   9 +++++++--
 zh-cn/docs/dev/user_doc/guide/task/conditions.json |   2 +-
 7 files changed, 16 insertions(+), 5 deletions(-)

diff --git a/en-us/docs/dev/user_doc/guide/task/conditions.html b/en-us/docs/dev/user_doc/guide/task/conditions.html
index 41db2a1..1baf1fe 100644
--- a/en-us/docs/dev/user_doc/guide/task/conditions.html
+++ b/en-us/docs/dev/user_doc/guide/task/conditions.html
@@ -13,7 +13,13 @@
   <div id="root"><div class="md2html docs-page" data-reactroot=""><header class="header-container header-container-dark"><div class="header-body"><a href="/en-us/index.html"><img class="logo" src="/img/hlogo_white.svg"/></a><div class="search search-dark"><span class="icon-search"></span></div><span class="language-switch language-switch-dark">中</span><div class="header-menu"><img class="header-menu-toggle" src="/img/system/menu_white.png"/><div><ul class="ant-menu whiteClass ant-menu-li [...]
 <p>Conditions is a condition node, determining which downstream task should be run based on the condition set to it. For now, the Conditions support multiple upstream tasks, but only two downstream tasks. When the number of upstream tasks exceeds one, complex upstream dependencies can be achieved through <code>and</code> and <code>or</code> operators.</p>
 <h2>Create</h2>
-<p>Drag in the toolbar<img src="/img/conditions.png" width="20"/>The task node to the drawing board to create a new Conditions task</p>
+<p>Drag in the toolbar<img src="/img/conditions.png" width="20"/>The task node to the drawing board to create a new Conditions task, as shown in the figure below:</p>
+  <p align="center">
+   <img src="/img/condition_dag_en.png" width="80%" />
+  </p>
+  <p align="center">
+   <img src="/img/condition_task_en.png" width="80%" />
+  </p>
 <h2>Parameter</h2>
 <ul>
 <li>Node name: The node name in a workflow definition is unique.</li>
diff --git a/en-us/docs/dev/user_doc/guide/task/conditions.json b/en-us/docs/dev/user_doc/guide/task/conditions.json
index 3900698..8f8ae97 100644
--- a/en-us/docs/dev/user_doc/guide/task/conditions.json
+++ b/en-us/docs/dev/user_doc/guide/task/conditions.json
@@ -1,6 +1,6 @@
 {
   "filename": "conditions.md",
-  "__html": "<h1>Conditions</h1>\n<p>Conditions is a condition node, determining which downstream task should be run based on the condition set to it. For now, the Conditions support multiple upstream tasks, but only two downstream tasks. When the number of upstream tasks exceeds one, complex upstream dependencies can be achieved through <code>and</code> and <code>or</code> operators.</p>\n<h2>Create</h2>\n<p>Drag in the toolbar<img src=\"/img/conditions.png\" width=\"20\"/>The task node [...]
+  "__html": "<h1>Conditions</h1>\n<p>Conditions is a condition node, determining which downstream task should be run based on the condition set to it. For now, the Conditions support multiple upstream tasks, but only two downstream tasks. When the number of upstream tasks exceeds one, complex upstream dependencies can be achieved through <code>and</code> and <code>or</code> operators.</p>\n<h2>Create</h2>\n<p>Drag in the toolbar<img src=\"/img/conditions.png\" width=\"20\"/>The task node [...]
   "link": "/dist/en-us/docs/dev/user_doc/guide/task/conditions.html",
   "meta": {}
 }
\ No newline at end of file
diff --git a/img/condition_dag_en.png b/img/condition_dag_en.png
new file mode 100644
index 0000000..9e7c43b
Binary files /dev/null and b/img/condition_dag_en.png differ
diff --git a/img/condition_task_en.png b/img/condition_task_en.png
new file mode 100644
index 0000000..208342f
Binary files /dev/null and b/img/condition_task_en.png differ
diff --git a/img/condition_task_zh.png b/img/condition_task_zh.png
new file mode 100644
index 0000000..80d4bd3
Binary files /dev/null and b/img/condition_task_zh.png differ
diff --git a/zh-cn/docs/dev/user_doc/guide/task/conditions.html b/zh-cn/docs/dev/user_doc/guide/task/conditions.html
index d4107e5..2552cb8 100644
--- a/zh-cn/docs/dev/user_doc/guide/task/conditions.html
+++ b/zh-cn/docs/dev/user_doc/guide/task/conditions.html
@@ -13,7 +13,13 @@
   <div id="root"><div class="md2html docs-page" data-reactroot=""><header class="header-container header-container-dark"><div class="header-body"><a href="/zh-cn/index.html"><img class="logo" src="/img/hlogo_white.svg"/></a><div class="search search-dark"><span class="icon-search"></span></div><span class="language-switch language-switch-dark">En</span><div class="header-menu"><img class="header-menu-toggle" src="/img/system/menu_white.png"/><div><ul class="ant-menu whiteClass ant-menu-l [...]
 <p>Conditions是一个条件节点,根据上游任务运行状态,判断应该运行哪个下游任务。截止目前Conditions支持多个上游任务,但只支持两个下游任务。当上游任务数超过一个时,可以通过<code>且</code>以及<code>或</code>操作符实现复杂上游依赖</p>
 <h2>创建任务</h2>
-<p>拖动工具栏中的<img src="/img/conditions.png" width="20"/>任务节点到画板中即能完成任务创建</p>
+<p>拖动工具栏中的<img src="/img/conditions.png" width="20"/>任务节点到画板中即能完成任务创建,如下图所示:</p>
+  <p align="center">
+   <img src="/img/condition_dag_en.png" width="80%" />
+  </p>
+  <p align="center">
+   <img src="/img/condition_task_zh.png" width="80%" />
+  </p>
 <h2>任务参数</h2>
 <ul>
 <li>节点名称:一个工作流定义中的节点名称是唯一的。</li>
@@ -37,7 +43,6 @@
 </ul>
 </li>
 </ul>
-<!-- TODO 缺少condintions任务的截图,分别需要一个简单任务和一个复杂任务 -->
 <h2>相关任务</h2>
 <p><a href="switch.md">switch</a>:Condition节点主要依据上游节点的执行状态(成功、失败)执行对应分支。<a href="switch.md">Switch</a>节点主要依据全局变量的值和用户所编写的表达式判断结果执行对应分支</p>
 </div></section><footer class="footer-container"><div class="footer-body"><div><h3>联系我们</h3><h4>有问题需要反馈?请通过以下方式联系我们。</h4></div><div class="contact-container"><ul><li><img class="img-base" src="/img/emailgray.png"/><img class="img-change" src="/img/emailblue.png"/><a href="/zh-cn/community/development/subscribe.html"><p>邮件列表</p></a></li><li><img class="img-base" src="/img/twittergray.png"/><img class="img-change" src="/img/twitterblue.png"/><a href="https://twitter.com/dolphinschedule"><p [...]
diff --git a/zh-cn/docs/dev/user_doc/guide/task/conditions.json b/zh-cn/docs/dev/user_doc/guide/task/conditions.json
index dec1e8e..6cdecbc 100644
--- a/zh-cn/docs/dev/user_doc/guide/task/conditions.json
+++ b/zh-cn/docs/dev/user_doc/guide/task/conditions.json
@@ -1,6 +1,6 @@
 {
   "filename": "conditions.md",
-  "__html": "<h1>Conditions</h1>\n<p>Conditions是一个条件节点,根据上游任务运行状态,判断应该运行哪个下游任务。截止目前Conditions支持多个上游任务,但只支持两个下游任务。当上游任务数超过一个时,可以通过<code>且</code>以及<code>或</code>操作符实现复杂上游依赖</p>\n<h2>创建任务</h2>\n<p>拖动工具栏中的<img src=\"/img/conditions.png\" width=\"20\"/>任务节点到画板中即能完成任务创建</p>\n<h2>任务参数</h2>\n<ul>\n<li>节点名称:一个工作流定义中的节点名称是唯一的。</li>\n<li>运行标志:标识这个节点是否能正常调度,如果不需要执行,可以打开禁止执行开关。</li>\n<li>描述信息:描述该节点的功能。</li>\n<li>任务优先级:worker线程数不足时,根据优先级从高到低依次执行,优先级一样时根据先进先出原则执行。</li>\n<li>Worker分组:任务分配给worker组的机器机执行, 
 [...]
+  "__html": "<h1>Conditions</h1>\n<p>Conditions是一个条件节点,根据上游任务运行状态,判断应该运行哪个下游任务。截止目前Conditions支持多个上游任务,但只支持两个下游任务。当上游任务数超过一个时,可以通过<code>且</code>以及<code>或</code>操作符实现复杂上游依赖</p>\n<h2>创建任务</h2>\n<p>拖动工具栏中的<img src=\"/img/conditions.png\" width=\"20\"/>任务节点到画板中即能完成任务创建,如下图所示:</p>\n  <p align=\"center\">\n   <img src=\"/img/condition_dag_en.png\" width=\"80%\" />\n  </p>\n  <p align=\"center\">\n   <img src=\"/img/condition_task_zh.png\" width=\"80%\" />\n  </p>\n<h2>任务参数</h2>\n<ul>\n<li>节点名称: [...]
   "link": "/dist/zh-cn/docs/dev/user_doc/guide/task/conditions.html",
   "meta": {}
 }
\ No newline at end of file