From 580d134a2214fc234a4d3ca939d35138022eb91c Mon Sep 17 00:00:00 2001 From: QuantumGhost Date: Fri, 23 May 2025 16:48:18 +0800 Subject: [PATCH] fix(api): fix internal server error while publishing workflow --- api/services/workflow_service.py | 1 + 1 file changed, 1 insertion(+) diff --git a/api/services/workflow_service.py b/api/services/workflow_service.py index 82a215108b..e7b1e9bc64 100644 --- a/api/services/workflow_service.py +++ b/api/services/workflow_service.py @@ -253,6 +253,7 @@ class WorkflowService: conversation_variables=draft_workflow.conversation_variables, marked_name=marked_name, marked_comment=marked_comment, + features=draft_workflow.features, ) # commit db session changes