Hi There,
In our process definition, we only have service tasks. Each step integrates with third party and hence cant participate in transaction. Hence, to save states after each execution, we make the step async. This all works fine on sunny day. But in case of exceptions, job retry immediately for 3 times (default no. of retries). Can we:
1. Introduce delay between retries
2. Put them for manual verification after retries exhaust
3. Restart the job after some data modification.
-Shailesh