clay workflows runs pause. Execution continues from where it stopped.
Arguments
| Argument | Description |
|---|---|
workflowId | Workflow id, e.g. wf_abc123. Required. |
runId | Run id, e.g. wfr_xyz789. Required. |
Output
| Field | Type | Description |
|---|---|---|
runId | string | The resumed run. |
status | "running" | Run is executing again. |
Errors
| Code | Exit | Notes |
|---|---|---|
validation_error | 2 | Run is not paused (already running or finished). |
not_found | 6 | No run with that id under that workflow. |
auth_forbidden | 3 | The API key lacks the terracotta:cli scope. |

