mirror of https://github.com/langgenius/dify.git
This commit is contained in:
parent
58a3471a5f
commit
3b70f8ac08
|
|
@ -262,6 +262,8 @@ class WorkflowService:
|
|||
conversation_variables=draft_workflow.conversation_variables,
|
||||
marked_name=marked_name,
|
||||
marked_comment=marked_comment,
|
||||
rag_pipeline_variables=draft_workflow.rag_pipeline_variables,
|
||||
features=draft_workflow.features,
|
||||
)
|
||||
|
||||
# commit db session changes
|
||||
|
|
|
|||
|
|
@ -377,6 +377,7 @@ class TestWorkflowDraftVariableServiceResetVariable(unittest.TestCase):
|
|||
created_by=str(uuid.uuid4()),
|
||||
environment_variables=[],
|
||||
conversation_variables=conversation_vars,
|
||||
rag_pipeline_variables=[],
|
||||
)
|
||||
return workflow
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue