This commit is contained in:
pb
2025-04-29 12:13:42 +02:00
4 changed files with 58 additions and 83 deletions

View File

@@ -84,6 +84,7 @@ func main() {
err := new_wf.LoadFrom(conf.GetConfig().WorkflowID, conf.GetConfig().PeerID)
if err != nil {
logger.Error().Msg("Could not retrieve workflow " + conf.GetConfig().WorkflowID + " from oc-catalog API")
}