fail_step
Mark a step as failed with error details in a plan, allowing you to specify retry options, skip the step, or skip dependent steps to manage workflow execution.
Instructions
Mark a step as failed with error details.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plan_id | Yes | Plan ID | |
| step_number | Yes | Step number that failed | |
| error | Yes | Error message | |
| retry | No | Whether to retry the step | |
| skip | No | Skip this step and continue | |
| skip_dependents | No | Skip all steps that depend on this one |