Implemented setup of the admiralty env on two peers in a workflow before execution

This commit is contained in:
pb
2025-03-13 17:07:17 +01:00
parent 32ce70da6e
commit 73e1747c91
2 changed files with 54 additions and 13 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")
}