printing in schedules

This commit is contained in:
pb 2025-04-30 12:37:55 +02:00
parent 64d1544951
commit 0de37348db

View File

@ -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 {