hoops_ai.flowmanager.sequential_task
Classes
|
Base class for parallel tasks. |
- class hoops_ai.flowmanager.sequential_task.SequentialTask(logger=None, specifications=None, flow_name=None, max_retries=0)
Bases:
BaseTaskBase class for parallel tasks. Users should subclass this and implement the process_item method.
- Parameters:
- execute(inputs)
Executes the sequential task logic.
- process(inputs)
User-defined method to process inputs and produce outputs.