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