# Lower latency and richer telemetry with real-time workflow event streaming

> Workflows now emit events immediately from parallel and custom function steps, with workflow context injected into each event.

- Published: 2025-10-10
- Author: Agno Team
- Category: Changelog
- Canonical: https://agno-com-nine.vercel.app/articles/lower-latency-and-richer-telemetry-with-real-time-workflow-event-streaming
- Markdown: https://agno-com-nine.vercel.app/articles/lower-latency-and-richer-telemetry-with-real-time-workflow-event-streaming.md

Workflows now emit events immediately from parallel and custom function steps, with workflow context injected into each event. This improves perceived latency for end users and simplifies building real-time UIs and observability dashboards, since context no longer needs to be fetched separately.

**Details**

- Immediate streaming from parallel/custom steps for faster feedback loops
- Context-enriched events reduce client-side stitching and simplify frontends
- Better monitoring and alerting with consistent, workflow-aware event payloads

**Who this is for:** Teams building real-time applications, dashboards, or monitoring on top of workflow events.
