pipeline

A pipeline step executes another Flowpipe pipeline from the same mod or its direct dependencies:

Arguments

ArgumentTypeOptional?Description
pipelinePipeline ReferenceRequiredA reference to a pipeline resource to run in this step.
argsMapOptionalA map of arguments to pass to the pipeline.

This step also supports the common step arguments and attributes.

Attributes (Read-Only)

AttributeTypeDescription
errorsListList of errors from the child pipeline.
outputMapA map of the output elements from the child pipeline merged with any custom step outputs defined in output blocks