Skip to content

Tag: workflow

Looping tasks in Prefect

I want to loop over tasks, again and again, until reaching a certain condition before continuing the rest of the workflow. What I have so far is this: But as far as I understand this does not work for multiple tasks. Is there a way to come back further and loop on several tasks at a time ? Answer The