I created a simple process that has a service task that calls a java class that just throws a RuntimeException. This is followed by an user task.
Let's say for example my java code tried to access a web service, but the service instance was down, I'd like to 'resubmit' the process instance to the same step once the service is up again. How can I achieve this?
Best regards,
Jayendran
This is pretty good and it works as i expected!
If max retry exceed, incident is created as failed Job, able to retry manually.
Let me know is there possibility to trigger a nofification(email) for a incident.
Best regards,
Jayendran