Update timer date value on save button of embedded form

Hi All, There is a requirement I am working on where I need to stop the timer if a user is awaiting some input externally. User puts the hold status by performing some action on the embedded form say a checkbox tick and clicks on out of box save button. Is there a way this can be achieved. I configure timer by passing process variable to its date timer definition.

Hi @satish8784,

you can set the due date of a timer job to an absolute date via the following REST API request:
PUT /job/{id}/duedate [1].

Cheers,
Tassilo

[1] https://docs.camunda.org/manual/7.10/reference/rest/job/put-set-job-duedate/

1 Like