mirror of
https://github.com/langgenius/dify.git
synced 2026-03-06 16:16:38 +08:00
`WorkflowNodeExecutionModel.offload_data` should be preloaded to provide info about the offloading information of execution record. The `RagPipelineService.get_node_last_run` does not utilize `DifyAPISQLAlchemyWorkflowNodeExecutionRepository` so the loading logics is not changed. In the commit we migrate to calling `DifyAPISQLAlchemyWorkflowNodeExecutionRepository` to avoid such issue.