clay workflows runs resume.
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 paused run. |
status | "paused" | Run has been paused; future steps will not execute. |
Errors
| Code | Exit | Notes |
|---|---|---|
validation_error | 2 | Run is not in a pausable state (already finished or paused). |
not_found | 6 | No run with that id under that workflow. |
auth_forbidden | 3 | The API key lacks the terracotta:cli scope. |

