Skip to main content

Module compose

Module compose 

Source
Expand description

Workflow composition — merge sub-workflows into a single composed workflow.

Structs§

ComposableWorkflowYaml
Raw YAML structure supporting includes directive.
ComposedWorkflow
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 includes directives in a composable workflow YAML string.