Is there a replacement for `upstream_tasks=[result...
# ask-community
s
Is there a replacement for
upstream_tasks=[result])
in 2.0? I used this in 1.0 when using the Dask Executor to force a task to wait on another task, but I believe it was taken away in 2.0
1
n
it's now
wait_for
1
subflows are blocking