# Automatic workflow event reconnection and replay for resilient real-time apps

> Workflow event streams now support robust reconnection, catch-up, and replay. Clients automatically resume from the last known event after transient network issues, preventing gaps in dashboards…

- Published: 2025-12-19
- Author: Agno Team
- Category: Changelog
- Canonical: https://agno-com-nine.vercel.app/articles/automatic-workflow-event-reconnection-and-replay-for-resilient-real-time-apps
- Markdown: https://agno-com-nine.vercel.app/articles/automatic-workflow-event-reconnection-and-replay-for-resilient-real-time-apps.md

Workflow event streams now support robust reconnection, catch-up, and replay. Clients automatically resume from the last known event after transient network issues, preventing gaps in dashboards, human-in-the-loop experiences, and downstream automations.

Details:

- Event buffering and replay ensure continuity without manual intervention
- Backoff and resubscribe logic reduce dropped events and duplicate handling
- No changes required to existing workflows

Who this is for: Teams running long-lived or interactive workflows that require consistent real-time updates.
