Workflow templates how-tos#

Loading workflow templates#

Workflow template YAML files can be loaded from remote sources by providing hpcflow.app.WorkflowTemplate.from_YAML_file() with an fsspec URL. For example, to load a workflow template YAML file from a GitHub repository, use the following format:

import hpcflow.app as hf

wkt = hf.WorkflowTemplate.from_YAML_file()