printing in schedules
This commit is contained in:
parent
64d1544951
commit
0de37348db
@ -113,6 +113,8 @@ func (ws *WorkflowSchedule) Schedules(wfID string, request *tools.APIRequest) (*
|
||||
}
|
||||
ws.Workflow = wf
|
||||
for _, booking := range bookings {
|
||||
fmt.Println("Trying to book on ")
|
||||
fmt.Println(booking.DestPeerID)
|
||||
_, err := (&peer.Peer{}).LaunchPeerExecution(booking.DestPeerID, "",
|
||||
tools.BOOKING, tools.POST, booking.Serialize(booking), request.Caller)
|
||||
if err != nil {
|
||||
|
Loading…
Reference in New Issue
Block a user