pipeline_status
Check the current state of a pipeline execution, including running status, completed steps, and next step to run.
Instructions
Get the current state of a pipeline execution.
Returns the execution state (running/paused/completed/failed/aborted),
completed steps, and the name of the next step to run.
Args:
execution_id: The pipeline execution ID returned when starting a pipeline.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| execution_id | Yes |