SangwanP opened a new issue #17010: URL: https://github.com/apache/airflow/issues/17010
**Description** I would like to have a trigger rule that triggers a task if all the upstream tasks have executed (_all_done_) and there is atleast one successful upstream task. This would be like the trigger rule: _one_success_, except it'll wait for all upstream tasks to finish. **Use case / motivation** I have downstream tasks that should run after all the upstream tasks have finished execution. I can't trigger the downstream task if none of the upstream tasks pass, but I need to trigger it if even one of them passes. **Are you willing to submit a PR?** I can work on a PR, if the feature is approved. -- 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]
