mode adding to workflow
This commit is contained in:
@@ -118,6 +118,7 @@ func (wfa *workflowMongoAccessor) book(id string, realData *Workflow, execs []*w
|
||||
continue
|
||||
}
|
||||
resp, err := wfa.Caller.CallPost(p.(*peer.Peer).Url, methods[tools.POST], (&workflow_execution.WorkflowExecutions{
|
||||
ResourceID: dc_id,
|
||||
Executions: execs,
|
||||
}).Serialize())
|
||||
if err != nil {
|
||||
|
Reference in New Issue
Block a user