The Run Package workflow component executes another package as a sub-task within your workflow.
Overview
- Runs a dataflow or another workflow as a step in the current workflow
- The parent workflow waits for the child package to complete before proceeding
- Supports passing variables to the child package
- Child job status (success/failure) determines workflow continuation
Configuration
Select the package to execute.
Optionally override package variables with runtime values.
Configure error handling: stop workflow on failure or continue to next step.
Use Cases
- Chain multiple dataflows in sequence (e.g., load staging, transform, load warehouse)
- Run a shared utility package (e.g., cleanup, notifications) as part of multiple workflows
- Orchestrate complex multi-step data pipelines with conditional branching
Last modified on April 20, 2026