Hi, I'm excited to learn more about Prefect V2! I ...
# ask-community
r
Hi, I'm excited to learn more about Prefect V2! I had a couple questions as we're exploring some specific use cases. Is there a way to run tasks downstream from a specific point in a flow? For example, suppose a user has the following flow
a >> b >> c >> d
. After the flow has run, what is the best way to run tasks
b
to
d
?