Subpipeline

Jump to Section

The Subpipeline Stage passes the current value and metadata to a pipeline and returns the value(s) and metadata generated by the called pipeline. If the referenced pipeline encounters an error, the stage will either route the output through the failure path or stop pipeline execution in an error state if no failure path is defined. If the referenced pipeline returns one or more values, each is sent independently on the success path. If no values are returned, the pipeline stops executing in a successful state.

Subpipeline Stage

Settings

Pipeline Reference

The name of the pipeline to call. Referenced pipelines must be “callable”.