How we can update the timer value once it is set to some specific date .

How we can update the timer value once it is set to some specific date .

example: I have one external task to evaluate the completionDate and I evaluated the date and set the timer on completionDate now if there is any patch is triggered for particular id where we evaluated completionDate now its updated with new date, how can I update the completionDate which is set to the timer

Hi @Deepa_Dave ,

for modifying the due date via rest api there are two endpoints. To use these, you first need to determine the timer’s job id.

Recalculating the given formular: Camunda Platform REST API recalculateDuedate
Explicitly setting the due date: Camunda Platform REST API setJobDuedate

I hope this helps
Adagatiya

1 Like