Files
dify/api/services
林玮 (Jade Lin) 27050fa50b fix(api): pass tenant id to rag pipeline repository
Fix a hotfix-only RAG pipeline call site that did not pass the required resource tenant ID.

Main is unaffected because #38854 had already replaced this direct `SQLAlchemyWorkflowNodeExecutionRepository` construction
with the workflow node execution service repository before #39042 was merged.
The hotfix branch does not include that refactor and retained the legacy call site.
When #39042 was backported, the repository constructor became tenant-aware, but this hotfix-only call site was missed.

Without this fix, loading node executions for an existing RAG pipeline workflow run raises a `TypeError` at runtime.
2026-07-23 14:53:04 +08:00
..
2026-05-26 01:12:36 +00:00
2026-06-18 16:35:29 +00:00
2026-06-18 16:35:29 +00:00
2026-06-18 16:35:29 +00:00