mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-09 02:46:52 +08:00
fix(api/services/workflow/workflow_converter.py): Add converrsation variable to workflow. (#7257)
This commit is contained in:
@@ -201,6 +201,7 @@ class WorkflowConverter:
|
||||
features=json.dumps(features),
|
||||
created_by=account_id,
|
||||
environment_variables=[],
|
||||
conversation_variables=[],
|
||||
)
|
||||
|
||||
db.session.add(workflow)
|
||||
|
||||
Reference in New Issue
Block a user