Module yaml

Module yaml 

Source
Expand description

YAML serialization and deserialization for workflows

This module provides utilities for reading and writing workflows in YAML format, which is commonly used for configuration files.

Enums§

YamlError
Errors that can occur during YAML operations

Functions§

json_to_yaml
Convert a workflow from JSON to YAML
load_template_yaml
Load a workflow template from a YAML file
load_workflow_yaml
Load a workflow from a YAML file
save_template_yaml
Save a workflow template to a YAML file
save_workflow_yaml
Save a workflow to a YAML file
template_from_yaml
Deserialize a workflow template from a YAML string
template_to_yaml
Serialize a workflow template to a YAML string
workflow_from_yaml
Deserialize a workflow from a YAML string
workflow_to_yaml
Serialize a workflow to a YAML string
yaml_to_json
Convert a workflow from YAML to JSON