diff --git a/api/services/workflow_draft_variable_service.py b/api/services/workflow_draft_variable_service.py index befffc3347..dfa4154c78 100644 --- a/api/services/workflow_draft_variable_service.py +++ b/api/services/workflow_draft_variable_service.py @@ -517,7 +517,6 @@ class DraftVariableSaver: WorkflowDraftVariable.new_conversation_variable( app_id=self._app_id, name=item.name, - node_execution_id=self._node_execution_id, value=segment, ) )