Build complete event
This commit is contained in:
2
main.go
2
main.go
@@ -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())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user