Discovery Nats automate

This commit is contained in:
mr 2024-08-22 17:09:31 +02:00
parent fd2ad33f61
commit 37b7ed8d83

View File

@ -121,7 +121,7 @@ func (wfa *workflowMongoAccessor) book(id string, realData *Workflow, execs []*w
if code != 200 {
continue
}
b, err := paccess.LaunchPeerExecution(p.GetID(), "", p.(*peer.Peer).Url+methods[tools.POST], utils.BOOKING, tools.POST,
b, err := paccess.LaunchPeerExecution(p.GetID(), "", p.(*peer.Peer).Url, utils.BOOKING, tools.POST,
(&workflow_execution.WorkflowExecutions{
WorkflowID: id,
ResourceID: dc_id,