WangJPLeo commented on code in PR #11275:
URL: https://github.com/apache/dolphinscheduler/pull/11275#discussion_r937312785


##########
docs/docs/en/guide/project/workflow-definition.md:
##########
@@ -97,24 +97,47 @@ The following are the operation functions of the workflow 
definition list:
   * Recipient: select notification policy||timeout alarm||when fault tolerance 
occurs, process result information or alarm email will be sent to the recipient 
list.
   * Cc: select notification policy||timeout alarm||when fault tolerance 
occurs, the process result information or warning email will be copied to the 
CC list.
   * Startup parameter: Set or overwrite global parameter values when starting 
a new process instance.
-  * Complement: includes serial complement and parallel complement and 
supports manual date input and date selection. Serial complement defines, 
within the specified time range, executes the complements from the start date 
to the end date by sequential and N process instances are generated in 
sequence. Parallel complement defines executing the complement concurrently in 
the multiple days to generate N process instances within the specified time 
range. Manual date input defines: manually input the date following the date 
format `yyyy-MM-dd HH:mm:ss` and separate dates by a comma. Date selection 
defines: to select dates via UI.
-    * Dependent Mode: Trigger the complement of workflow instances that the 
downstream dependent node depends on the current workflow(It is required that 
the scheduled status of the workflow instance of the current replenishment is 
online, and only the downstream supplement directly dependent on the current 
workflow will be triggered).
-    * You can select complement time range (When the scheduled configuration 
is not online, the daily complement will be performed by default according to 
the selected time range.If the timing configuration is online, it will be 
complemented according to the selected time range in combination with the 
timing configuration) when executing a timing workflow definition. For example, 
need to fill in the data from 1st May to 10th May, as shown in the figure below:
-
-    ![workflow-date](../../../../img/new_ui/dev/project/workflow-date.png)
-
-    > Serial mode: the complement execute sequentially from 9th May to 10th 
May, and the process instance page generates 2 process instances;
-
-    > Parallel mode: The tasks from 9th May to 10th May execute 
simultaneously, and the process instance page generates 2 process instances;
- 
-    * You can manually enter the complement dates (independent from the timing 
configuration) to execute the complement data to workflow definitions. The 
figure below is an example to make complement data from 9th May to 10th May:
- 
-    
![workflow-date](../../../../img/new_ui/dev/project/workflow_date_manual.png)
-
-    > Serial mode: the complement execute sequentially from 9th May to 10th 
May, and the process instance page generates 2 process instances;
-
-    > Parallel mode: The tasks from 9th May to 10th May execute 
simultaneously, and the process instance page generates 2 process instances;
-
+  * Complement: refers to running the workflow definition within the specified 
date range and generating the corresponding workflow instance according to the 
complement policy. The complement policy includes two modes: **serial 
complement** and **parallel complement**. The date can be selected on the page 
or entered manually.
+  
+    * Serial complement: within the specified time range, complement is 
executed from the start date to the end date, and multiple process instances 
are generated in turn; Click Run workflow and select the serial complement 
mode: for example, from July 9 to July 10, execute in sequence, and generate 
two process instances in sequence on the process instance page.
+        
+        
![workflow-serial](../../../../img/new_ui/dev/project/workflow-serial.png)
+    
+    * Parallel Replenishment: within the specified time range, replenishment 
is performed simultaneously for multiple days, and multiple process instances 
are generated at the same time. Enter date manually: manually enter a date in 
the comma separated date format of 'yyyy MM DD hh:mm:ss'.Click Run workflow and 
select the parallel complement mode: for example, execute the tasks from July 9 
to July 10 at the same time, and generate two process instances on the process 
instance page at the same time.

Review Comment:
   ```suggestion
       * Parallel Replenishment: within the specified time range, replenishment 
is performed simultaneously for multiple days, and multiple process instances 
are generated at the same time. Enter date manually: manually enter a date in 
the comma separated date format of 'yyyy MM DD hh:mm:ss'.Click Run workflow and 
select the parallel complement mode: for example, execute the workflow 
definition from July 9 to July 10 at the same time, and generate two process 
instances on the process instance page at the same time.
   ```



##########
docs/docs/en/guide/project/workflow-definition.md:
##########
@@ -97,24 +97,47 @@ The following are the operation functions of the workflow 
definition list:
   * Recipient: select notification policy||timeout alarm||when fault tolerance 
occurs, process result information or alarm email will be sent to the recipient 
list.
   * Cc: select notification policy||timeout alarm||when fault tolerance 
occurs, the process result information or warning email will be copied to the 
CC list.
   * Startup parameter: Set or overwrite global parameter values when starting 
a new process instance.
-  * Complement: includes serial complement and parallel complement and 
supports manual date input and date selection. Serial complement defines, 
within the specified time range, executes the complements from the start date 
to the end date by sequential and N process instances are generated in 
sequence. Parallel complement defines executing the complement concurrently in 
the multiple days to generate N process instances within the specified time 
range. Manual date input defines: manually input the date following the date 
format `yyyy-MM-dd HH:mm:ss` and separate dates by a comma. Date selection 
defines: to select dates via UI.
-    * Dependent Mode: Trigger the complement of workflow instances that the 
downstream dependent node depends on the current workflow(It is required that 
the scheduled status of the workflow instance of the current replenishment is 
online, and only the downstream supplement directly dependent on the current 
workflow will be triggered).
-    * You can select complement time range (When the scheduled configuration 
is not online, the daily complement will be performed by default according to 
the selected time range.If the timing configuration is online, it will be 
complemented according to the selected time range in combination with the 
timing configuration) when executing a timing workflow definition. For example, 
need to fill in the data from 1st May to 10th May, as shown in the figure below:
-
-    ![workflow-date](../../../../img/new_ui/dev/project/workflow-date.png)
-
-    > Serial mode: the complement execute sequentially from 9th May to 10th 
May, and the process instance page generates 2 process instances;
-
-    > Parallel mode: The tasks from 9th May to 10th May execute 
simultaneously, and the process instance page generates 2 process instances;
- 
-    * You can manually enter the complement dates (independent from the timing 
configuration) to execute the complement data to workflow definitions. The 
figure below is an example to make complement data from 9th May to 10th May:
- 
-    
![workflow-date](../../../../img/new_ui/dev/project/workflow_date_manual.png)
-
-    > Serial mode: the complement execute sequentially from 9th May to 10th 
May, and the process instance page generates 2 process instances;
-
-    > Parallel mode: The tasks from 9th May to 10th May execute 
simultaneously, and the process instance page generates 2 process instances;
-
+  * Complement: refers to running the workflow definition within the specified 
date range and generating the corresponding workflow instance according to the 
complement policy. The complement policy includes two modes: **serial 
complement** and **parallel complement**. The date can be selected on the page 
or entered manually.
+  
+    * Serial complement: within the specified time range, complement is 
executed from the start date to the end date, and multiple process instances 
are generated in turn; Click Run workflow and select the serial complement 
mode: for example, from July 9 to July 10, execute in sequence, and generate 
two process instances in sequence on the process instance page.
+        
+        
![workflow-serial](../../../../img/new_ui/dev/project/workflow-serial.png)
+    
+    * Parallel Replenishment: within the specified time range, replenishment 
is performed simultaneously for multiple days, and multiple process instances 
are generated at the same time. Enter date manually: manually enter a date in 
the comma separated date format of 'yyyy MM DD hh:mm:ss'.Click Run workflow and 
select the parallel complement mode: for example, execute the tasks from July 9 
to July 10 at the same time, and generate two process instances on the process 
instance page at the same time.

Review Comment:
   ```suggestion
       * Parallel Replenishment: within the specified time range, replenishment 
is performed simultaneously for multiple days, and multiple process instances 
are generated at the same time. Enter date manually: manually enter a date in 
the comma separated date format of 'yyyy MM DD hh:mm:ss'.Click Run workflow and 
select the parallel complement mode: for example, execute the tasks from July 9 
to July 10 at the same time, and generate two process instances on the process 
instance page at the same time(When the execution strategy is serial, the 
process instance is executed according to the strategy).
   ```



##########
docs/docs/zh/guide/project/workflow-definition.md:
##########
@@ -75,23 +75,47 @@
   * 收件人:选择通知策略||超时报警||发生容错时,会发送流程信息或告警邮件到收件人列表。
   * 抄送人:选择通知策略||超时报警||发生容错时,会抄送流程信息或告警邮件到抄送人列表。
   * 启动参数: 在启动新的流程实例时,设置或覆盖全局参数的值。
-  * 补数:包括串行补数、并行补数 2 
种模式,日期可以通过选择或者手动进行输入。串行补数:指定时间范围内,从开始日期至结束日期依次执行补数,依次生成N条流程实例;并行补数:指定时间范围内,多天同时进行补数,同时生成
 N 条流程实例。手动输入日期:手动输入以逗号分割日期格式为 `yyyy-MM-dd HH:mm:ss` 的日期。日期选择:通过前端选择日期。
+  * 补数:指运行指定日期范围内的工作流定义,根据补数策略生成对应的工作流实例,补数策略包括串行补数、并行补数 2 
种模式,日期可以通过页面选择或者手动输入。
+   
+    * 串行补数:指定时间范围内,从开始日期至结束日期依次执行补数,依次生成多条流程实例;点击运行工作流,选择串行补数模式:例如从7月 
9号到7月10号依次执行,依次在流程实例页面生成两条流程实例。
+  
+    ![workflow-serial](../../../../img/new_ui/dev/project/workflow-serial.png)
+    
+    * 并行补数: 指定时间范围内,同时进行多天的补数,同时生成多条流程实例。手动输入日期:手动输入以逗号分割日期格式为 `yyyy-MM-dd 
HH:mm:ss` 的日期。点击运行工作流,选择并行补数模式:例如同时执行7月9号到7月10号的工作流定义,同时在流程实例页面生成两条流程实例。
+    
+    
![workflow-parallel](../../../../img/new_ui/dev/project/workflow-parallel.png)
+  
+        * 并发度:是指在并行补数的模式下,最多并行执行的实例数。例如同时执行7月6号到7月10号的工作流定义,并发度为2,那么流程实例为:

Review Comment:
   ```suggestion
           * 并行度:是指在并行补数的模式下,最多并行执行的实例数。例如同时执行7月6号到7月10号的工作流定义,并行度为2,那么流程实例为:
   ```



##########
docs/docs/zh/guide/project/workflow-definition.md:
##########
@@ -75,23 +75,47 @@
   * 收件人:选择通知策略||超时报警||发生容错时,会发送流程信息或告警邮件到收件人列表。
   * 抄送人:选择通知策略||超时报警||发生容错时,会抄送流程信息或告警邮件到抄送人列表。
   * 启动参数: 在启动新的流程实例时,设置或覆盖全局参数的值。
-  * 补数:包括串行补数、并行补数 2 
种模式,日期可以通过选择或者手动进行输入。串行补数:指定时间范围内,从开始日期至结束日期依次执行补数,依次生成N条流程实例;并行补数:指定时间范围内,多天同时进行补数,同时生成
 N 条流程实例。手动输入日期:手动输入以逗号分割日期格式为 `yyyy-MM-dd HH:mm:ss` 的日期。日期选择:通过前端选择日期。
+  * 补数:指运行指定日期范围内的工作流定义,根据补数策略生成对应的工作流实例,补数策略包括串行补数、并行补数 2 
种模式,日期可以通过页面选择或者手动输入。
+   
+    * 串行补数:指定时间范围内,从开始日期至结束日期依次执行补数,依次生成多条流程实例;点击运行工作流,选择串行补数模式:例如从7月 
9号到7月10号依次执行,依次在流程实例页面生成两条流程实例。
+  
+    ![workflow-serial](../../../../img/new_ui/dev/project/workflow-serial.png)
+    
+    * 并行补数: 指定时间范围内,同时进行多天的补数,同时生成多条流程实例。手动输入日期:手动输入以逗号分割日期格式为 `yyyy-MM-dd 
HH:mm:ss` 的日期。点击运行工作流,选择并行补数模式:例如同时执行7月9号到7月10号的工作流定义,同时在流程实例页面生成两条流程实例。

Review Comment:
   ```suggestion
       * 并行补数: 指定时间范围内,同时进行多天的补数,同时生成多条流程实例。手动输入日期:手动输入以逗号分割日期格式为 `yyyy-MM-dd 
HH:mm:ss` 
的日期。点击运行工作流,选择并行补数模式:例如同时执行7月9号到7月10号的工作流定义,同时在流程实例页面生成两条流程实例(执行策略为串行时流程实例按照策略执行)。
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to