diff --git a/models/workflow_execution/workflow_scheduler.go b/models/workflow_execution/workflow_scheduler.go index d32fd49..0f409d5 100644 --- a/models/workflow_execution/workflow_scheduler.go +++ b/models/workflow_execution/workflow_scheduler.go @@ -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