Pipeline.Step.NestedPipeline (pipeline v0.0.1)

View Source

Executes another pipeline as a step within the current pipeline.

This enables pipeline composition where complex workflows can be built from smaller, reusable pipeline components.

Summary

Functions

Execute a nested pipeline step.

Functions

execute(step, context)

Execute a nested pipeline step.

Supports three ways to specify the pipeline:

  • pipeline_file: Path to external YAML file
  • pipeline_ref: Reference to registered pipeline (future feature)
  • pipeline: Inline pipeline definition