Files
dify/api/tests/unit_tests/core
-LAN- b4ef1de30f feat(graph_engine): add ready_queue state persistence to GraphRuntimeState
- Add ReadyQueueState TypedDict for type-safe queue serialization
- Add ready_queue attribute to GraphRuntimeState for initializing with pre-existing queue state
- Update GraphEngine to load ready_queue from GraphRuntimeState on initialization
- Implement proper type hints using ReadyQueueState for better type safety
- Add comprehensive tests for ready_queue loading functionality

The ready_queue is read-only after initialization and allows resuming workflow
execution with a pre-populated queue of nodes ready to execute.
2025-09-15 03:05:10 +08:00
..
2025-07-24 00:57:45 +08:00
2025-09-12 09:30:56 +08:00
2025-09-03 02:11:37 +08:00
2025-09-11 15:01:16 +08:00
2024-04-08 18:51:46 +08:00