fix(pipeline): add handling for RAG pipeline variables in workflow state

This commit is contained in:
twwu 2025-09-02 20:11:38 +08:00
parent 5e854238b0
commit 1ad46d0962
1 changed files with 1 additions and 0 deletions

View File

@ -303,6 +303,7 @@ export const usePipelineRun = () => {
})
workflowStore.getState().setEnvironmentVariables(publishedWorkflow.environment_variables || [])
workflowStore.getState().setRagPipelineVariables?.(publishedWorkflow.rag_pipeline_variables || [])
}, [handleUpdateWorkflowCanvas, workflowStore])
return {