mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-16 12:35:51 +08:00
fix(workflow_cycle_manage): failed nodes were not updated in workflow_node_executions (#18994)
This commit is contained in:
parent
e36b1a7016
commit
94cc0b7a12
@ -381,6 +381,8 @@ class WorkflowCycleManage:
|
||||
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
|
||||
|
||||
def _handle_workflow_node_execution_retried(
|
||||
|
Loading…
x
Reference in New Issue
Block a user