Exponential retry of incidents in Camunda 8

Hi All,

We have a scenario where if we receive any exception, Camunda should retry the incidents but exponentially i.e., once we receive exception the first retry should be after half n hour then after that next retry should be after an hour and then 3rd retry should be after 2 hours… like that.
Do we have any function in Camunda 8 which will help me achieve this.

Thanks,

I know that by using a retry cycle of R/PT1H it will repeat forever every hour. I’ll need to look into if you can define less regimented cycle times.

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