Hi, I have a final task to perform on the overall result after all transaction items are completed in ReFramework, however, if I put this in the End Process state then it will also be executed when there is a system error or maximum retries is exceeded. How do I modify the ReFramework to include this task?
1 Like
Hi,
For reframework, If there is a system error or maximum retries, it will just go to next row or record, therefore, end process state will be executed only if all records were processed. If you have some modification, maybe you can add some checking on the end process before doing your final task.
Hey @DEATHFISH,
You can also try No Data as well to perform your task. But in case if there is no transaction to process, the code in No Data gets executed. Try to put If Else as per your result.