Discovery Nats automate

This commit is contained in:
mr 2024-08-22 16:54:13 +02:00
parent 65f3318f73
commit fd2ad33f61

View File

@ -128,7 +128,7 @@ func (wfa *workflowMongoAccessor) book(id string, realData *Workflow, execs []*w
Executions: execs,
}).Serialize(), wfa.Caller)
fmt.Println("LaunchPeerExecutio RES", b, err)
if err != nil && b == nil {
if err != nil {
return err
}
}