diff --git a/models/workflow_execution/workflow_scheduler.go b/models/workflow_execution/workflow_scheduler.go index 9fe3620..d32fd49 100644 --- a/models/workflow_execution/workflow_scheduler.go +++ b/models/workflow_execution/workflow_scheduler.go @@ -118,6 +118,7 @@ func (ws *WorkflowSchedule) Schedules(wfID string, request *tools.APIRequest) (* return ws, wf, executions, errors.New("could not launch the peer execution : " + fmt.Sprintf("%v", err)) } } + fmt.Println("Schedules") for _, exec := range executions { err := exec.PurgeDraft(request) if err != nil {