hoops_ai.flowmanager.SequentialTask
- class hoops_ai.flowmanager.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.