public void removeTaskFromWorkQueues(Task task) {
   whatsNextEntryDAO.removeAllByTask(task);
 }