mirror of
https://github.com/langgenius/dify.git
synced 2026-02-26 04:27:41 +08:00
While running workflow / chatflow from "Installed Apps" / "Web App" pages, the `node_started` SSE event is manually serialized from the pydantic model. This causes the lack of `is_resumption` flag in SSE events. This PR addresses the problem by adding a `is_resumption` field to the serialized dict.