Hello everyone! Is there a way to run/skip each on...
# prefect-community
c
Hello everyone! Is there a way to run/skip each one of a series of tasks based on a list of True/False statements or evaluate a condition before each task
p
If this is prefect 2, standard python logic should allow you to handle this. Do you have an example?
c
Hello @Peyton Runyan. Thanks for your response! Unfortunately I have to use prefect 1.4 . In my case I am downloading some files and each downloading is a different task. I would like to run a downloading task only of the file does not already exist otherwise skip the task.
p
Ah, I'm not familiar with Prefect 1 I'm afraid
c
Ok thank you anyway @Peyton Runyan :)
❤️ 1