Generic error handling with retry logic - How to retry the failed service task from an Event subprocess

Hi all,

I have an Event Subprocess with an Error Start Event to handle API/business errors.
For example, if an API call in Service C subprocess fails, the event subprocess is triggered, and the user form lets them choose Retry.

When the user selects retry, I want the process to automatically re-execute the same failed service task(in this case, the one inside Service C) without restarting the while subprocess.

How can I achieve this in Camunda 8?

Thanks!

Hi @MeghanaRathod - is this a duplicate question?