Expand description
Workflow composition — merge sub-workflows into a single composed workflow.
Structs§
- Composable
Workflow Yaml - Raw YAML structure supporting
includesdirective. - Composed
Workflow - A composed workflow that references child workflow IDs.
Functions§
- compose_
workflows - Compose multiple workflows into a single workflow by merging steps and variables.
- resolve_
includes - Resolve
includesdirectives in a composable workflow YAML string.