Iteratorbase¶
flowtask.components.IteratorBase
¶
IteratorBase
¶
Bases: FlowComponent
IteratorBase
Overview
The IteratorBase class is an abstract component for handling iterative tasks. It extends the FlowComponent class
and provides methods for starting tasks, retrieving steps, and executing jobs asynchronously.
.. table:: Properties :widths: auto
+-----------------+----------+-------------------------------------------------------------------------------+
| Name | Required | Description |
+-----------------+----------+-------------------------------------------------------------------------------+
| iterate | No | Boolean flag indicating if the component should |
| | | iterate the components or return the list, defaults to False. |
+-----------------+----------+-------------------------------------------------------------------------------+
The methods in this class manage the execution of iterative tasks, including initialization, step retrieval,
job creation, and asynchronous execution.