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,