hi, what’s the best way to express a job which has to be explicitly started and stopped at specific times, but with other downstream jobs which are supposed to start only once that job has stopped?
schedules seem to apply to flows, not tasks
but if i separate the starting/stopping into separate flows then i lose the ability to express dependencies