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.