mirror of
https://github.com/langgenius/dify.git
synced 2026-01-06 06:26:00 +00:00
r2
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user