Chaining Jobs More Easily #24317
Answered
by
garethbrickman
161siegels
asked this question in
Q&A
-
Is there a way to chain jobs (or schedules) so one job (or schedule) runs after the next. I know how to do this for ops (just pass dependency as an argument) but I am curious about how to do this for a job or a schedule. example
How do I make b run once a is complete? Also, I know that sensors can achieve this but I may not always want b to run after a. Can I do this without sensors? Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
garethbrickman
Sep 9, 2024
Replies: 1 comment
-
Run status sensors are the recommended feature to use for this. You can use conditional logic to control when a new RunRequest is yielded. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
sryza
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Run status sensors are the recommended feature to use for this. You can use conditional logic to control when a new RunRequest is yielded.