Loop¶
flowtask.components.Loop
¶
Loop
¶
Bases: FlowComponent
Loop.
Overview
The Loop class is a FlowComponent that is used to iterate over the next Component and execute them in a sequential order. It extends the FlowComponent class and provides methods for starting tasks, retrieving steps, and executing jobs asynchronously.