Hi, is there a way to loop a task and keep the pre...
# prefect-community
l
Hi, is there a way to loop a task and keep the previous task in a downstream? Basically try to create a graph that build a series instead of a parallel graph
k
That breaks the acyclic part of DAG
l
Sadge