hpcflow.sdk.core.task.TaskOutputParameters#

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

Bases: object

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

Parameters:

task (hpcflow.app.WorkflowTask) – The task that this represents the output parameters of.

Methods

Attributes

task

The task that this represents the output parameters of.

task: WorkflowTask#

The task that this represents the output parameters of.