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

zihaoxiang pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new cf400b86ba Correction of Typos in the Chinese Document Appendix for 
Task Parameters (#16033)
cf400b86ba is described below

commit cf400b86ba0707b29f49cff08cb86f778f2cf7f1
Author: TianXinCoord <[email protected]>
AuthorDate: Tue May 21 14:00:52 2024 +0800

    Correction of Typos in the Chinese Document Appendix for Task Parameters 
(#16033)
    
    Co-authored-by: Rick Cheng <[email protected]>
---
 docs/docs/zh/guide/task/appendix.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/docs/zh/guide/task/appendix.md 
b/docs/docs/zh/guide/task/appendix.md
index 6ba27ad38b..9cc9002dd3 100644
--- a/docs/docs/zh/guide/task/appendix.md
+++ b/docs/docs/zh/guide/task/appendix.md
@@ -8,7 +8,7 @@
 
|----------|--------------------------------------------------------------------------------------------------------------------------------------|
 | 任务名称     | 任务的名称,同一个工作流定义中的节点名称不能重复。                                         
                                                                   |
 | 运行标志     | 标识这个节点是否需要调度执行,如果不需要执行,可以打开禁止执行开关。                                
                                                                   |
-| 缓存执行     | 
标识这个节点是否需要进行缓存,如果缓存,则对于相同标识(相同任务版本,相同任务定义,相同参数传入)的任务进行缓存,运行时若已经存在缓存过的任务时,不在重复执行,直接复用结果。
                                              |
+| 缓存执行     | 
标识这个节点是否需要进行缓存,如果缓存,则对于相同标识(相同任务版本,相同任务定义,相同参数传入)的任务进行缓存,运行时若已经存在缓存过的任务时,不再重复执行,直接复用结果。
                                              |
 | 描述       | 当前节点的功能描述。                                                        
                                                                   |
 | 任务优先级    | worker线程数不足时,根据优先级从高到低依次执行任务,优先级一样时根据先到先得原则执行。                    
                                                                   |
 | Worker分组 | 设置分组后,任务会被分配给worker组的机器机执行。若选择Default,则会随机选择一个worker执行。           
                                                                   |

Reply via email to