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

[dolphinscheduler] 24/33: [doc] Update editorial workflow content and images (#10130)

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

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

commit 05f209d5c070d9198b4a4f9765da9ab97fa9ce5e
Author: Mr.An <42...@users.noreply.github.com>
AuthorDate: Fri May 20 16:44:56 2022 +0800

    [doc] Update editorial workflow content and images (#10130)
    
    
    (cherry picked from commit 7d5af7e7ec0efc01c81dab0384f7f80e103f0ec1)
---
 docs/docs/en/guide/project/workflow-instance.md  |   2 +-
 docs/docs/zh/guide/project/workflow-instance.md  |   2 +-
 docs/img/editDag-en.png                          | Bin 421677 -> 1300064 bytes
 docs/img/editDag.png                             | Bin 26907 -> 1300064 bytes
 docs/img/new_ui/dev/project/project-overview.png | Bin 167215 -> 790835 bytes
 dolphinscheduler-ui/src/locales/modules/en_US.ts |   4 ++--
 dolphinscheduler-ui/src/locales/modules/zh_CN.ts |   4 ++--
 7 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/docs/docs/en/guide/project/workflow-instance.md b/docs/docs/en/guide/project/workflow-instance.md
index bba65b9692..004322e1ab 100644
--- a/docs/docs/en/guide/project/workflow-instance.md
+++ b/docs/docs/en/guide/project/workflow-instance.md
@@ -40,7 +40,7 @@ Click Project Management -> Workflow -> Workflow Instance, enter the workflow in
 
 ![workflow-instance](/img/new_ui/dev/project/workflow-instance.png)
 
-- **Edit:** only can edit terminated processes. Click the "Edit" button or the workflow instance name to enter the DAG edit page. After the edit, click the "Save" button to confirm, as shown in the figure below. In the pop-up box, check "Whether to update to workflow definition" to update the workflow definition; if not checked, no effect on the workflow definition
+- **Edit:** only processes with success/failed/stop status can be edited. Click the "Edit" button or the workflow instance name to enter the DAG edit page. After the edit, click the "Save" button to confirm, as shown in the figure below. In the pop-up box, check "Whether to update the workflow definition", after saving, the information modified by the instance will be updated to the workflow definition; if not checked, the workflow definition would not be updated.
      <p align="center">
        <img src="/img/editDag-en.png" width="80%" />
      </p>
diff --git a/docs/docs/zh/guide/project/workflow-instance.md b/docs/docs/zh/guide/project/workflow-instance.md
index 4f4d0a5dca..1ca44c862d 100644
--- a/docs/docs/zh/guide/project/workflow-instance.md
+++ b/docs/docs/zh/guide/project/workflow-instance.md
@@ -40,7 +40,7 @@
 
 ![workflow-instance](/img/new_ui/dev/project/workflow-instance.png)
 
-- **编辑:** 只能编辑已终止的流程。点击"编辑"按钮或工作流实例名称进入 DAG 编辑页面,编辑后点击"保存"按钮,弹出保存 DAG 弹框,如下图所示,在弹框中勾选"是否更新到工作流定义",保存后则更新工作流定义;若不勾选,则不更新工作流定义。
+- **编辑:** 只能编辑 成功/失败/停止 状态的流程。点击"编辑"按钮或工作流实例名称进入 DAG 编辑页面,编辑后点击"保存"按钮,弹出保存 DAG 弹框,如下图所示,修改流程定义信息,在弹框中勾选"是否更新工作流定义",保存后则将实例修改的信息更新到工作流定义;若不勾选,则不更新工作流定义。
        <p align="center">
          <img src="/img/editDag.png" width="80%" />
        </p>
diff --git a/docs/img/editDag-en.png b/docs/img/editDag-en.png
index b3b62ae405..420ad6d9fa 100644
Binary files a/docs/img/editDag-en.png and b/docs/img/editDag-en.png differ
diff --git a/docs/img/editDag.png b/docs/img/editDag.png
index dbf8403d95..420ad6d9fa 100644
Binary files a/docs/img/editDag.png and b/docs/img/editDag.png differ
diff --git a/docs/img/new_ui/dev/project/project-overview.png b/docs/img/new_ui/dev/project/project-overview.png
index 67c5ee7cdc..8b2a5f899c 100644
Binary files a/docs/img/new_ui/dev/project/project-overview.png and b/docs/img/new_ui/dev/project/project-overview.png differ
diff --git a/dolphinscheduler-ui/src/locales/modules/en_US.ts b/dolphinscheduler-ui/src/locales/modules/en_US.ts
index aabd1c4cc4..f52932aa12 100644
--- a/dolphinscheduler-ui/src/locales/modules/en_US.ts
+++ b/dolphinscheduler-ui/src/locales/modules/en_US.ts
@@ -604,8 +604,8 @@ const project = {
     value: 'Value',
     success: 'Success',
     delete_cell: 'Delete selected edges and nodes',
-    online_directly: 'Whether to go online the process definition',
-    update_directly: 'Whether to update the process definition',
+    online_directly: 'Whether to go online the workflow definition',
+    update_directly: 'Whether to update the workflow definition',
     dag_name_empty: 'DAG graph name cannot be empty',
     positive_integer: 'Please enter a positive integer greater than 0',
     prop_empty: 'prop is empty',
diff --git a/dolphinscheduler-ui/src/locales/modules/zh_CN.ts b/dolphinscheduler-ui/src/locales/modules/zh_CN.ts
index f0f176cacb..b39d9df0d3 100644
--- a/dolphinscheduler-ui/src/locales/modules/zh_CN.ts
+++ b/dolphinscheduler-ui/src/locales/modules/zh_CN.ts
@@ -601,8 +601,8 @@ const project = {
     value: '值',
     success: '成功',
     delete_cell: '删除选中的线或节点',
-    online_directly: '是否上线流程定义',
-    update_directly: '是否更新流程定义',
+    online_directly: '是否上线工作流定义',
+    update_directly: '是否更新工作流定义',
     dag_name_empty: 'DAG图名称不能为空',
     positive_integer: '请输入大于 0 的正整数',
     prop_empty: '自定义参数prop不能为空',