From 3141bd1781ef9e444609200b5f4610d2c5ad9222 Mon Sep 17 00:00:00 2001 From: "kevin.zhang" <51311316+Kevin9703@users.noreply.github.com> Date: Mon, 28 Apr 2025 17:22:45 +0800 Subject: [PATCH] chore: ruff --- api/core/app/task_pipeline/workflow_cycle_manage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/core/app/task_pipeline/workflow_cycle_manage.py b/api/core/app/task_pipeline/workflow_cycle_manage.py index 09747e5863..09e2ee74e6 100644 --- a/api/core/app/task_pipeline/workflow_cycle_manage.py +++ b/api/core/app/task_pipeline/workflow_cycle_manage.py @@ -380,7 +380,7 @@ class WorkflowCycleManage: workflow_node_execution.finished_at = finished_at workflow_node_execution.elapsed_time = elapsed_time workflow_node_execution.execution_metadata = execution_metadata - + self._workflow_node_execution_repository.update(workflow_node_execution) return workflow_node_execution