GitHub user DavidWhom edited a discussion: 如何实现工作流之间的依赖关系?
我要实现的效果是工作流 A(每天定时执行)执行完后自动触发工作流 B (无定时)执行。 官方提供的 Dependent 任务类型,看着是在工作流 B 配置一个前置节点,判断今天工作流 A 是否执行成功,执行成功才能执行工作流 B,但是工作流 B 依旧要配置一个定时?我的理解有问题吗? GitHub link: https://github.com/apache/dolphinscheduler/discussions/17399 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
