I apologize if there is an obvious answer to this question. It seems terribly simple.
I have a scenario in which I want to programatically change the DueDate of a Task. I thought this would be as simple as other elements such as Assignee and Priorty where I could call taskService.setAssignee() or taskService.setPriority(). However, there doesn't appear to be a corresponding method for taskService.setDueDate().
Is there another way in which I can change a task's due date from outside of an execution context?