hpcflow.sdk.core.element.ElementParameter#

class hpcflow.sdk.core.element.ElementParameter(task: 'app.WorkflowTask', path: 'str', parent: 'Union[Element, app.ElementAction, app.ElementActionRun, app.Parameters]', element: 'Element', data_idx: 'Dict[str, int]')#

Bases: object

Methods

get_size

Attributes

data_idx_is_set

is_set

value

task

path

parent

element

data_idx

Parameters:
  • task (WorkflowTask) –

  • path (str) –

  • parent (Element | ElementAction | ElementActionRun | Parameters) –

  • element (Element) –

  • data_idx (Dict[str, int]) –

data_idx: Dict[str, int]#
property data_idx_is_set#
element: Element#
get_size(**store_kwargs)#
property is_set#
parent: Element | ElementAction | ElementActionRun | Parameters#
path: str#
task: WorkflowTask#
property value#