Hi, I have a pipeline where tasks need to be execu...
# prefect-community
m
Hi, I have a pipeline where tasks need to be executed in their own containers. What is the best way of doing this? Is it to make each ‘task’ that needs to be executed its own Flow so that I can specify the image to be used, thus creating a Flow of Flows?
n
yes, it seems like you'll want to have a subflow pattern for this - I don't believe there's a way to have tasks of the same flow in different runtimes
m
Cool - thanks @Nate