Patch Changes
-
#1084
95ad610Thanks @omeraplak! - Add stream attach support for in-progress workflow executions.- Add
GET /workflows/:id/executions/:executionId/streamto attach to an active workflow SSE stream. - Add replay support for missed SSE events via
fromSequenceandLast-Event-ID. - Keep
POST /workflows/:id/streambehavior unchanged for starting new executions. - Ensure streamed workflow resume uses a fresh suspend controller so attach clients continue receiving events after resume.
- Add
-
Updated dependencies [
f275daf,95ad610]:- @voltagent/core@2.4.4
- @voltagent/server-core@2.1.7