Is it possible to modify the due date of a timer boundary event once the timer is started? There is a setDueDate method on the TimerEntity but how to persist the TimerEntity?
You can't - at least not trough the 'official' API. You would need to create a new custom Command, and execute it through the managementservice. In that command, you have access to the JobEntityManager which gives the power to save.