Workflow templates how-tos#

Loading workflow templates#

Workflow template YAML files can be loaded from remote sources by providing matflow.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 matflow as mf

wkt = mf.WorkflowTemplate.from_YAML_file()