implement remote call for remote action
This commit is contained in:
parent
5986d73367
commit
f4603e4171
@ -101,7 +101,7 @@ func (wfa *workflowMongoAccessor) book(id string, realData *Workflow, execs []*w
|
||||
}
|
||||
// CHECK BOOKING
|
||||
url := dc.(*datacenter.DatacenterResource).SourceUrl
|
||||
resp, err := wfa.Caller.CallPost(url, wfa.Caller.OriginSubPath, (&workflow_execution.WorkflowExecutions{
|
||||
resp, err := wfa.Caller.CallPost(url, wfa.Caller.DestSubPath, (&workflow_execution.WorkflowExecutions{
|
||||
Executions: execs,
|
||||
}).Serialize())
|
||||
if err != nil {
|
||||
|
Loading…
Reference in New Issue
Block a user