EricGao888 commented on code in PR #12930: URL: https://github.com/apache/dolphinscheduler/pull/12930#discussion_r1038928303
########## docs/docs/zh/guide/parameter/context.md: ########## @@ -16,6 +16,10 @@ DolphinScheduler 允许在任务间进行参数传递,目前传递方向仅支 当定义上游节点时,如果有需要将该节点的结果传递给有依赖关系的下游节点,需要在【当前节点设置】的【自定义参数】设置一个方向是 OUT 的变量。目前我们主要针对 SQL 和 SHELL 节点做了可以向下传递参数的功能。 +上游传递的参数可以在下游节点中被更新,更新方法与[设置参数](#创建-shell-任务设置参数)相同。 Review Comment: Seems there is a comma in the zh-doc title `#### 创建 SHELL 任务,设置参数`, which may break the markdown anchor. Could u plz try remove the comma in the title and see whether it could pass the CI dead-link check? Thx. -- 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]
