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

# Long Running

> Runnable workflow examples under: cookbook/04_workflows/06_advanced_concepts/long_running.

| Example                                                                                       | Description                                                                                                                 |
| --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------- |
| [Disruption Catchup](/examples/workflows/advanced-concepts/long-running/disruption-catchup)   | Tests full catch-up behavior for a running workflow when reconnecting with `last_event_index=None`.                         |
| [Events Replay](/examples/workflows/advanced-concepts/long-running/events-replay)             | Tests replay behavior when reconnecting to a completed workflow run.                                                        |
| [WebSocket Reconnect](/examples/workflows/advanced-concepts/long-running/websocket-reconnect) | Tests reconnect behavior for a running workflow: initial subscription, disconnection, reconnect, and missed-event catch-up. |
