Job retry not working on failed service task having async continuation

Hi,

I have a service task having java delegate code to parse a input json and async-continuation enabled.
Even if the json parsing failed and incident got created in cockpit, the job was not retried thrice as expected.
I’m using Camunda 7.9 version.

Regards,
Saumya

Can you explain what you mean by “async-continuation enabled”. I assume you have implemented “async before” the service task. As per my understanding , “async after” or “async before” just adds the transaction boundary (meaning it commits the transaction done till that point) and as nothing to do to asynchronization of the step.