Update timer expression after instanciation?

Hello,

I need to update a timer, in order to update its TimerExpression, when i update a variable.
Is there a way to do this through the API ? Or to I need to model something with entry/exit criterions to delete then create it again with the new expression ? (if so, do you have an example ?)

Thanks in advance :slight_smile:

Hi @fdawagne,

you can reschedule a timer job. Is that what you are looking for?

Valentin

Hi Valentin,
Yes it seems to be what I need. Do you know if it works for CMMN timers too ?
Thanks,
Florence