> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mcp-agent.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Pause and Resume

> Pause and resume workflows with human-in-the-loop

<Info>
  Content to be migrated from temporal.mdx covering pause/resume and human-in-the-loop patterns.
</Info>

## Overview

With Temporal execution engine, workflows can be paused and resumed:

* **Human-in-the-loop** - Pause for human input/approval
* **Workflow suspension** - Pause execution indefinitely
* **Resume with data** - Continue execution with additional context

[See Durable Agents →](/mcp-agent-sdk/advanced/durable-agents)
