---
title: "Continue Workflow Run"
method: POST
path: "/workflows/{workflow_id}/runs/{run_id}/continue"
tags: ["Workflows"]
---

# Continue Workflow Run

`POST /workflows/{workflow_id}/runs/{run_id}/continue`

Continue a paused workflow run with resolved requirements.

**Use Cases:**
- Resume after step-level HITL (confirmation, user input, router selection)
- Resume after executor-level HITL (agent/team tool confirmation within a step)

**Requirements Parameter:**
JSON string containing the resolved step requirements.

## Path parameters

- `workflow_id` string, required
- `run_id` string, required

## Response `200`

Workflow run continued successfully

- unknown

## Other responses

- `400` — Invalid JSON in requirements field
- `401` — Unauthorized
- `404` — Workflow not found
- `409` — Run is not paused. Only PAUSED runs can be continued.
- `422` — Validation Error
- `500` — Internal Server Error

---

[API](https://skmtc.dev/agno/apis/agno-api-reference.md) · [All operations](https://skmtc.dev/agno/apis/agno-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/agno/agno-api-reference/revisions/5f6149d395d0/schema)
