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.

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 弹框,如下图所示,修改流程定义信息,在弹框中勾选"是否更新工作流定义",保存后则将实例修改的信息更新到工作流定义;若不勾选,则不更新工作流定义。

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 60d1f02d69..76e34ef956 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 33a0c2a7d6..ecd67edd58 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不能为空',