pipeline_pause
Pause pipeline execution at the next step boundary after finishing the current step. Resume later with pipeline_resume.
Instructions
Pause a running pipeline at the next step boundary.
The pipeline will finish the current step and then pause before
starting the next one. Use ``pipeline_resume`` to continue.
Args:
execution_id: The pipeline execution ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| execution_id | Yes |