hpcflow.sdk.core.task.TaskInputParameters#

class hpcflow.sdk.core.task.TaskInputParameters(task)#

Bases: AppAware

For retrieving schema input parameters across all elements. Treat as an unmodifiable namespace.

Parameters:

task (WorkflowTask) – The task that this represents the input parameters of.

Methods

Attributes

task

The task that this represents the input parameters of.

task: WorkflowTask#

The task that this represents the input parameters of.