fix(api/services/workflow/workflow_converter.py): Add converrsation variable to workflow. (#7257)

This commit is contained in:
-LAN- 2024-08-17 10:30:12 +08:00 committed by GitHub
parent baaa3f7f42
commit 5350b1d938
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -201,6 +201,7 @@ class WorkflowConverter:
features=json.dumps(features),
created_by=account_id,
environment_variables=[],
conversation_variables=[],
)
db.session.add(workflow)