Nested Workflow Block

A new nested Workflow block is now available, allowing you to construct pipelines that call and execute other existing workflows. When you add this block, it automatically adopts the inputs and outputs of the nested workflow, enabling you to easily pass data like images or object detections between the parent and child pipelines.

The Workflow block enables a highly modular approach to building computer vision applications. You can reuse existing logic across multiple pipelines and pass resolved output types directly to downstream steps like visualizations without rebuilding the entire sequence.

See the Workflow block documentation

Last updated

Was this helpful?