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

gallardot 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 ebaa819060 [Fix-15927] Polish dependent task docs. (#16342)
ebaa819060 is described below

commit ebaa819060603f1cb09ebcf36490e68676d8175a
Author: xiangzihao <[email protected]>
AuthorDate: Thu Jul 18 19:56:48 2024 +0800

    [Fix-15927] Polish dependent task docs. (#16342)
    
    * fix 15927
---
 docs/docs/en/guide/task/dependent.md | 3 +++
 docs/docs/zh/guide/task/dependent.md | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/docs/docs/en/guide/task/dependent.md 
b/docs/docs/en/guide/task/dependent.md
index 4ecd33408d..6e63638811 100644
--- a/docs/docs/en/guide/task/dependent.md
+++ b/docs/docs/en/guide/task/dependent.md
@@ -43,3 +43,6 @@ And another example is that process A is a weekly report 
task, processes B and C
 If the weekly report A also needs to be executed successfully last Tuesday:
 
 ![dependent_task03](../../../../img/tasks/demo/dependent_task03.png)
+
+> **Note**: The current week and month in the dependency cycle represent the 
entire cycle within the natural week and month, that is, the current week is 
from Monday to Sunday, and this month is from the 1st to the current day, and 
so on.
+
diff --git a/docs/docs/zh/guide/task/dependent.md 
b/docs/docs/zh/guide/task/dependent.md
index dbc94be1dc..e1b89a8c8a 100644
--- a/docs/docs/zh/guide/task/dependent.md
+++ b/docs/docs/zh/guide/task/dependent.md
@@ -44,3 +44,6 @@ Dependent 节点提供了逻辑判断功能,可以按照逻辑来检测所依
 假如,周报 A 同时还需要自身在上周二执行成功:
 
 ![dependent_task03](../../../../img/tasks/demo/dependent_task03.png)
+
+> **注意**: 依赖周期中的本周和本月代表的是自然周和自然月内的整个周期,即本周为周一到今天,1 号到 今天 为一个月,以此类推。
+

Reply via email to