hpcflow.sdk.core.workflow.WorkflowBlueprint#

class hpcflow.sdk.core.workflow.WorkflowBlueprint(workflow_template)#

Bases: object

Pre-built workflow templates that are simpler to parameterise. (For example, fitting workflows.)

Methods

Attributes

workflow_template

The template inside this blueprint.

Parameters:

workflow_template (WorkflowTemplate) –

workflow_template: WorkflowTemplate#

The template inside this blueprint.