Build complete event

This commit is contained in:
mr
2026-03-12 11:49:52 +01:00
parent 84f6af6e44
commit 56bc342d24
5 changed files with 33 additions and 7 deletions

View File

@@ -254,7 +254,7 @@ func updateStatus(status string, log string) {
wf_exec.ArgoStatusToState(status)
exec, _, err := workflow_execution.NewAccessor(&tools.APIRequest{
PeerID: conf.GetConfig().PeerID,
}).UpdateOne(wf_exec, exec_id)
}).UpdateOne(wf_exec.Serialize(wf_exec), exec_id)
if err != nil {
logger.Error().Msg("Could not update status for workflow execution " + exec_id + err.Error())
}