pipeline_retry_step
Retry a failed step in a 3D printing pipeline by specifying the execution ID and step index, then resume from that point.
Instructions
Retry a specific failed step in a pipeline, then continue from there.
Re-runs the step at the given index and, if it succeeds, continues
executing the remaining steps.
Args:
execution_id: The pipeline execution ID.
step_index: Zero-based index of the step to retry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| step_index | Yes | ||
| execution_id | Yes |