retry-workflow
Retry a failed workflow by ID and retry count. Defers automatically if loop threshold is exceeded to prevent infinite loops.
Instructions
Retry a failing workflow (MEDIUM RISK - may DEFER if loop threshold exceeded)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| retryCount | Yes | Current retry count (must be >= 0) | |
| workflowId | Yes | The workflow ID to retry |