Skip to content

Commit fad9d7d

Browse files
authored
[Fix-17225][Doc] fix parameter priority pass order (#17234)
1 parent 5f64bad commit fad9d7d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/docs/en/guide/parameter/priority.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ As there are multiple sources of the parameter value, it will raise parameter pr
1515
In the case of upstream tasks can pass parameters to the downstream, there may be multiple tasks upstream that pass the same parameter name:
1616

1717
* Downstream nodes prefer to use parameters with non-empty values
18-
* If there are multiple parameters with non-empty values, select the value from the upstream task with the earliest completion time
18+
* If there are multiple parameters with non-empty values, select the value from the upstream task with the latest completion time
1919

2020
## Example
2121

docs/docs/zh/guide/parameter/priority.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ DolphinScheduler 中所涉及的参数值的定义可能来自三种类型:
1313
在上游任务传递的参数中,由于上游可能存在多个任务向下游传递参数,当上游传递的参数名称相同时:
1414

1515
* 下游节点会优先使用值为非空的参数
16-
* 如果存在多个值为非空的参数,则按照上游任务的完成时间排序,选择完成时间最早的上游任务对应的参数
16+
* 如果存在多个值为非空的参数,则按照上游任务的完成时间排序,选择完成时间最晚的上游任务对应的参数
1717

1818
## 例子
1919

0 commit comments

Comments
 (0)