printing in schedules
This commit is contained in:
		@@ -108,6 +108,7 @@ func (ws *WorkflowSchedule) Schedules(wfID string, request *tools.APIRequest) (*
 | 
			
		||||
	ok, wf, executions, bookings, err := ws.CheckBooking(wfID, request)
 | 
			
		||||
	ws.WorkflowExecution = executions
 | 
			
		||||
	if !ok || err != nil {
 | 
			
		||||
		fmt.Println("Error here when scheduling")
 | 
			
		||||
		return ws, nil, executions, errors.New("could not book the workflow : " + fmt.Sprintf("%v", err))
 | 
			
		||||
	}
 | 
			
		||||
	ws.Workflow = wf
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user