mirror of
https://gitee.com/dify_ai/dify.git
synced 2024-12-02 19:27:48 +08:00
fix(api/services/workflow/workflow_converter.py): Add converrsation variable to workflow. (#7257)
This commit is contained in:
parent
baaa3f7f42
commit
5350b1d938
@ -201,6 +201,7 @@ class WorkflowConverter:
|
||||
features=json.dumps(features),
|
||||
created_by=account_id,
|
||||
environment_variables=[],
|
||||
conversation_variables=[],
|
||||
)
|
||||
|
||||
db.session.add(workflow)
|
||||
|
Loading…
Reference in New Issue
Block a user