xiaot502 opened a new issue #1223: [QUESTION] A scheduling problem 前置依赖调度问题(能否实现前置任务完成后就触发调用相关任务) URL: https://github.com/apache/incubator-dolphinscheduler/issues/1223 我需要a任务执行完了,就自动执行b任务(b任务不需要配置时间调度器,只需要满足了前置条件就可会执行)。b任务对a任务配置了前置依赖。在海豚里面怎么实现这个配置? +++++++++++++++++++++++++++++++++ I need task a to execute and then automatically execute task b (task b does not need to configure the time scheduler, but only needs to meet the preconditions to execute).Task b is configured with pre-dependencies on task a.How does this configuration work in dolphins?
---------------------------------------------------------------- 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
