fix: iteration node log time error (#13511)

pull/13536/head^2
Novice 12 months ago committed by GitHub
parent c00e7d3f65
commit f96b4f287a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -842,4 +842,4 @@ class WorkflowCycleManage:
if node_execution_id not in self._workflow_node_executions:
raise ValueError(f"Workflow node execution not found: {node_execution_id}")
cached_workflow_node_execution = self._workflow_node_executions[node_execution_id]
return cached_workflow_node_execution
return session.merge(cached_workflow_node_execution)

Loading…
Cancel
Save