From ccc2f63bab05025e260cc787e10ef59346f13317 Mon Sep 17 00:00:00 2001 From: -LAN- Date: Sat, 17 Aug 2024 10:30:12 +0800 Subject: [PATCH] fix(api/services/workflow/workflow_converter.py): Add converrsation variable to workflow. (#7257) --- api/services/workflow/workflow_converter.py | 1 + 1 file changed, 1 insertion(+) diff --git a/api/services/workflow/workflow_converter.py b/api/services/workflow/workflow_converter.py index 26af31edb2da65..9ca09c7f0d3918 100644 --- a/api/services/workflow/workflow_converter.py +++ b/api/services/workflow/workflow_converter.py @@ -201,6 +201,7 @@ def convert_app_model_config_to_workflow(self, app_model: App, features=json.dumps(features), created_by=account_id, environment_variables=[], + conversation_variables=[], ) db.session.add(workflow)