Nested Pipeline
Execute another pipeline as a reusable component
Nested Pipeline
Execute another pipeline as a reusable component
Overview
The Nested Pipeline node executes another saved pipeline as part of the current one. Use it to create modular, reusable image processing workflows. Build complex operations once, then reuse them across multiple pipelines.
Usage Tips
- Create common operations (watermarking, resizing) as separate pipelines
- Reference them by pipeline ID in nested nodes
- Great for team workflows - share common processing steps
- Inputs/outputs of nested pipeline connect to parent pipeline
Common Pairings
- Import from URL - Feed images into nested processing
- Output - Chain nested pipeline results to final output
- API Parameter - Pass dynamic values into nested pipelines
Gotchas
- Nested pipeline must exist and be accessible
- Circular references (A nests B, B nests A) will fail
- Changes to nested pipeline affect all parents using it
Technical Reference
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
node_id | text | ID of the pipeline to execute |