Skip to main content
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

1
Select the package to execute.
2
Optionally override package variables with runtime values.
3
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