Hi,
I can see below rest api to resolve incident:
Camunda Platform REST API
When I tried it throws 400 error(“type”: “InvalidRequestException”, “message”: “Cannot resolve an incident of type failedJob”,)
Later I came to know we have to use JOB retry api here.
I would like to know when to use this resolveincident api?
Thank you in advance 
1 Like
Hi @camundabpmlearner ,
as per documentation both inbuilt incident types „failedJob“ and „failedExternalTask“ are not resolvable except by increasing retry count or manually executing. For custom incident types it is possible, tho. In consequence the „resolveIncident“ api is only used in combination with custom incidents or when you disable/overwrite the default behavior.
For reference:
Kind regards
Adagatiya
2 Likes