소스 검색

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

tags/1.4.0
Kevin9703 6 달 전
부모
커밋
94cc0b7a12
No account linked to committer's email address
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2
    0
      api/core/app/task_pipeline/workflow_cycle_manage.py

+ 2
- 0
api/core/app/task_pipeline/workflow_cycle_manage.py 파일 보기

@@ -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…
취소
저장