How I can set retry number as 6 in case of incident. tried putting it in Retries of service node but not working

how I can set retry number as 6 in case of incident. tried putting it in Retries of service node but not working

Hi @Pratiksha1205.

Did you look at the following page:

You should be able to set the retries to any value you want with this gRPC call.

Thanks @rohwerj , but I want to set it from service task node and it should get reflect in activatedJob. This I am not able to achieve
Could you please help on this

@Pratiksha1205 Maybe I don’t fully understand, what you’re trying to do. If you have an activated job, you can call the failJob gRPC call to notify the system of a faillure. That call accepts a retries and retryBackoff parameter to control the retry behavior. See here:

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