Because Prefect is built on the model of workflows-as-DAGs, we require that tasks finish before downstream dependencies can begin.
That being said, we are exploring a notion of “Resource” that you can specify on your Flow that will essentially achieve what you’re after (essentially we’d be introducing a new non-task abstraction). This feature is not currently prioritized so probably won’t be picked up until next quarter