orchestra-hq/Orchestra Run Pipeline
Run a pipeline in Orchestra
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| api_key | Orchestra API key. Found in the Orchestra UI | yes | — |
| pipeline_id | Orchestra pipeline ID | yes | — |
| branch | Branch to run the pipeline on | no | — |
| poll_interval | Polling interval in seconds | no | 10 |
| environment | Orchestra environment to run the pipeline with | no | — |
| task_ids | Orchestra task IDs to run | no | — |
| continue_downstream_run | Continue running downstream tasks when specifying task_ids to run | no | — |
| run_inputs | A JSON-formatted string containing key-value pairs of pipeline run inputs. | no | — |
Outputs
| name | description |
|---|---|
| status | The final status of the pipeline run |
| pipeline_name | The name of the pipeline |
| pipeline_run_id | The ID of the pipeline run |