PipelineNode, forwarding input_0 through and reading the sub-pipeline’s output_0 back out.
You’ll end up with. A saved main-pipeline-9 pipeline whose run delegates to the sub-pipeline and returns whatever it produces.
Expected output
PipelineNode exposes the sub-pipeline’s outputs as attributes (pipeline_node.output_0), so wiring is just like any other node.
See also
Sub-pipelines (list mode)
Run the sub-pipeline once per element in a list.
AI routing node
Route to different sub-pipelines based on intent.
Pipeline reference
Full method surface.
