Parcourir la source

fix(workflow_cycle_manage): failed nodes were not updated in workflow_node_executions (#18994)

tags/1.4.0
Kevin9703 il y a 6 mois
Parent
révision
94cc0b7a12
Aucun compte lié à l'adresse e-mail de l'auteur
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2
    0
      api/core/app/task_pipeline/workflow_cycle_manage.py

+ 2
- 0
api/core/app/task_pipeline/workflow_cycle_manage.py Voir le fichier

@@ -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(

Chargement…
Annuler
Enregistrer