---
name: smithersai/smithers-retry-task
source: https://app.decimal.ai/s/smithersai-smithers-retry-task@1/SKILL.md
source_sha256: f4455d5b3d47
---

# smithers retry-task

Retry a specific task within a run, then resume the workflow.

## Arguments

| Name | Type | Required | Description |
|------|------|----------|-------------|
| `workflow` | `string` | yes | Workflow ID (from `smithers workflow list`) or path to a .tsx workflow file |

## Options

| Flag | Type | Default | Description |
|------|------|---------|-------------|
| `--runId` | `string` |  | Run ID containing the task |
| `--nodeId` | `string` |  | Task/node ID to retry |
| `--iteration` | `number` | `0` | Loop iteration |
| `--deps` | `boolean` | `true` | Also reset dependents. Use --no-deps to reset only this node. |
| `--force` | `boolean` | `false` | Allow retry even if run is still running |