> ## Documentation Index
> Fetch the complete documentation index at: https://www.integrate.io/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# ETL: Run Package

> Use the Run Package workflow component to execute another package as a sub-task within your Integrate.io ETL workflow. Chain pipeline steps.

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

<Steps>
  <Step>Select the package to execute.</Step>
  <Step>Optionally override package variables with runtime values.</Step>
  <Step>Configure error handling: stop workflow on failure or continue to next step.</Step>
</Steps>

## 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
