You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by ke...@apache.org on 2022/09/16 05:01:56 UTC

[dolphinscheduler] branch 3.0.1-prepare updated: [3.0.1 prepare] [cherry-pick ]fix doc about sub-process's child node describe (#11972)

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

kerwin pushed a commit to branch 3.0.1-prepare
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/3.0.1-prepare by this push:
     new 6fec9e2f08 [3.0.1 prepare] [cherry-pick ]fix doc about sub-process's child node describe (#11972)
6fec9e2f08 is described below

commit 6fec9e2f08d127bf6119021bb9be30f84a58bb11
Author: fuchanghai <33...@users.noreply.github.com>
AuthorDate: Fri Sep 16 13:01:51 2022 +0800

    [3.0.1 prepare] [cherry-pick ]fix doc about sub-process's child node describe (#11972)
---
 docs/docs/en/guide/task/sub-process.md | 2 +-
 docs/docs/zh/guide/task/sub-process.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/docs/en/guide/task/sub-process.md b/docs/docs/en/guide/task/sub-process.md
index adcd9e3fda..4819d51a2a 100644
--- a/docs/docs/en/guide/task/sub-process.md
+++ b/docs/docs/en/guide/task/sub-process.md
@@ -36,7 +36,7 @@ Create a shell task to print "hello" and define the workflow as `test_dag01`.
 
 ## Create the Sub_process task
 
-To use the sub_process, you need to create the sub-node task, which is the shell task we created in the first step. After that, as shown in the diagram below, select the corresponding sub-node in position ⑤.
+To use the sub_process, you need to create the sub-node task, which is the workflow `test_dag01` we created in the first step. After that, as shown in the diagram below, select the corresponding sub-node in position ⑤.
 
 ![subprocess_task02](../../../../img/tasks/demo/subprocess_task02.png)
 
diff --git a/docs/docs/zh/guide/task/sub-process.md b/docs/docs/zh/guide/task/sub-process.md
index 763d9fa69a..50698c78de 100644
--- a/docs/docs/zh/guide/task/sub-process.md
+++ b/docs/docs/zh/guide/task/sub-process.md
@@ -34,7 +34,7 @@
 
 ### 创建 sub_process 任务
 
-在使用 sub_process 的过程中,需要创建所需的子结点任务,也就是我们第一步所创建的 shell 任务。然后如下图所示,在 ⑤ 的位置选择对应的子结点即可。
+在使用 sub_process 的过程中,需要创建所需的子结点任务,也就是我们第一步所创建的 test_dag01 工作流。然后如下图所示,在 ⑤ 的位置选择对应的子结点即可。
 
 ![subprocess_task02](../../../../img/tasks/demo/subprocess_task02.png)