Newskooler
09/26/2020, 10:33 AMChris White
Vipul
09/27/2020, 9:51 AMNewskooler
09/27/2020, 10:58 AMChris White
run a task that starts on particular time (based on scheduler) and based on certain task or flow completed or notThe Prefect scheduler only schedules Flows but of course you can always schedule a single task Flow if you’d like. The other part of your question sounds like standard task dependency resolution - you can definitely specify task dependencies within a Flow. For dependencies on other Flow Run states, I recommend checking out this doc which describes dependencies at the Flow level: https://docs.prefect.io/core/idioms/flow-to-flow.html
Vipul
09/28/2020, 9:06 AMSagun Garg
01/04/2021, 5:29 AM