JoshuaZhuCN opened a new issue #2191: 希望增加 DAG内部任务流的逻辑控制和变量赋值、共享 功能 URL: https://github.com/apache/incubator-dolphinscheduler/issues/2191 目前有有一些调度场景存在一个DAG内基于前面的Task结果(可能会有一些出参之类),进行逻辑分支来调度不同的后续Task(即 类似于 IF tass01.out parameter == SUCCESS Do task02 ELSE DO task03 ,并且task01的出参需要传递给后续task进行使用),目前airflow对这块支持的比较完善
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
