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

kirs pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler-website.git


The following commit(s) were added to refs/heads/master by this push:
     new f0f95a2  [DS-7193][docs] Modify the problem that the bold in the 
document does not take effect (#562)
f0f95a2 is described below

commit f0f95a2b961eb17ed107d312ff4f1082ee6e7f8a
Author: Sunny Lei <[email protected]>
AuthorDate: Tue Dec 7 15:48:56 2021 +0800

    [DS-7193][docs] Modify the problem that the bold in the document does not 
take effect (#562)
    
    * Table shows error problem modification
    
    * [DS-7193][docs] Modify the bold effect
    This closes #7193
---
 docs/zh-cn/2.0.0/user_doc/architecture/designplus.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/zh-cn/2.0.0/user_doc/architecture/designplus.md 
b/docs/zh-cn/2.0.0/user_doc/architecture/designplus.md
index e8c4724..bcd28ac 100644
--- a/docs/zh-cn/2.0.0/user_doc/architecture/designplus.md
+++ b/docs/zh-cn/2.0.0/user_doc/architecture/designplus.md
@@ -19,11 +19,11 @@
 
 **任务实例**:任务实例是流程定义中任务节点的实例化,标识着具体的任务执行状态
 
-**任务类型**: 
目前支持有SHELL、SQL、SUB_PROCESS(子流程)、PROCEDURE、MR、SPARK、PYTHON、DEPENDENT(依赖)、,同时计划支持动态插件扩展,注意:其中子
 **SUB_PROCESS**
+**任务类型**:目前支持有SHELL、SQL、SUB_PROCESS(子流程)、PROCEDURE、MR、SPARK、PYTHON、DEPENDENT(依赖)、,同时计划支持动态插件扩展,注意:其中子
 **SUB_PROCESS**
 也是一个单独的流程定义,是可以单独启动执行的
 
-**调度方式:** 
系统支持基于cron表达式的定时调度和手动调度。命令类型支持:启动工作流、从当前节点开始执行、恢复被容错的工作流、恢复暂停流程、从失败节点开始执行、补数、定时、重跑、暂停、停止、恢复等待线程。其中
 **
-恢复被容错的工作流** 和 **恢复等待线程** 两种命令类型是由调度内部控制使用,外部无法调用
+**调度方式**:系统支持基于cron表达式的定时调度和手动调度。命令类型支持:启动工作流、从当前节点开始执行、恢复被容错的工作流、恢复暂停流程、从失败节点开始执行、补数、定时、重跑、暂停、停止、恢复等待线程。
+其中 **恢复被容错的工作流** 和 **恢复等待线程** 两种命令类型是由调度内部控制使用,外部无法调用
 
 **定时调度**:系统采用 **quartz** 分布式调度器,并同时支持cron表达式可视化的生成
 

Reply via email to