hpcflow.app.Loop#
- class hpcflow.app.Loop(tasks, num_iterations, name=None, non_iterable_parameters=None)#
Bases:
Loop
Methods
Attributes
Get the list of task insert_IDs that define the extent of the loop.
- Parameters:
tasks (List[Union[int, app.WorkflowTask]]) –
num_iterations (int) –
name (Optional[str]) –
non_iterable_parameters (Optional[List[str]]) –
- app = BaseApp(name='hpcFlow', version='0.2.0a95')#
- classmethod from_json_like(json_like, shared_data=None)#
- Parameters:
json_like (Union[Dict, List]) –
shared_data (Optional[Dict[str, ObjectList]]) –
- property name#
- property non_iterable_parameters#
- property num_iterations#
- property task_insert_IDs: Tuple[int]#
Get the list of task insert_IDs that define the extent of the loop.
- property task_objects: Tuple[WorkflowTask]#
- to_dict()#
- to_json_like(dct=None, shared_data=None, exclude=None, path=None)#
- property workflow_template#