Update Timer timeout by using Client API

Hi. I still search an easy way to update a Camunda Timer by using the ZeebeClient or JobClient. Please find a simplified example below:

There is a Sub-Process with assigned Timer Boundary Event. The Timer Event has a variable assigned that points to a date in x-Days. We have now the requirement to update the timeout related to some business events. Updating the variable itself is not working. By doing that the timer will not be rescheduled.

I´ve seen with Camunda 8.4 the Zeebe Client offers the operation:

newUpdateTimeoutCommand(…)

Can this be used to reschedule the timer? It would be nice if you could give me a small example how to solve this problem. Thanks a lot.

Please ignore this question. Seems I completely misunderstood the new Api.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.