cancel
Showing results for 
Search instead for 
Did you mean: 

Modifying due date of timer boundary event

arc
Champ in-the-making
Champ in-the-making
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?

1 REPLY 1

jbarrez
Star Contributor
Star Contributor
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.