Perform Action 4. Success. Close SAP. Stop the process.
If my Bot fails at step 3, and during Queue auto retry it restarts the process from Step 1 - to add the entry in SAP. It created duplicate entries in the system.
Is there any way, I can track the steps completed. And during retry restart the process from failed step? Any help would be appreciated.
Hi @SumitTyagi1810
you can add a variable in the retry scope (e.g.: process_step = step3). And in your process you can set the workflow to skip actions 1,2 if the variable = step3.
In case the process stops at action 2 and you want to perform that as well, you can set variables at each action to structure your workflow.