lfyee commented on issue #1223: [QUESTION] A scheduling problem 前置依赖调度问题(能否实现前置任务完成后就触发调用相关任务) URL: https://github.com/apache/incubator-dolphinscheduler/issues/1223#issuecomment-557973103 依赖任务可能满足您的需求 依赖任务,可以选择其他的工作流,两种工作流程都有各自独立的调度时间,当前工作流程在指定时间触发执行,依赖任务会配置检测另一个工作流的状态,当依赖工作流执行成功,当前任务流才可以继续执行,依赖任务可以配置检测重试检查机制。 ++++++++++++++++++++++++++++++++++++ Dependent tasks may meet your needs Depending on the task, you can choose another workflow. Both workflows have their own scheduling time. The current workflow triggers execution at the specified time. The rules configured in the dependent task will detect the status of another workflow. If the workflow is executed successfully, the current task flow can continue to execute. Dependent tasks can be configured to detect the retry checking mechanism.
---------------------------------------------------------------- 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
