The Run Package workflow component executes another package as a sub-task within your workflow.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.
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
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