How to handle this scenerio…Lets say if i have developed the process in flowchart or in state machine if any error occurs like file failed to download or file got failed to upload or anything in the process…Basically what i want to know is how can we handle this kind of exception bot should retry from where it got failed or it should again start from begining of the process and then it should mail that after 2 or 3 retries process got failed how is this kind of exception we can handle?
If that is a spearate step then use a try catch or retry scope around that set of activities
Also it is important to underatand what kind of failure is relogin needed if not from which step we need to rerun and is retry scope including that step or not and all
You cannot retry from anywhere you want…so try to seggregate and then use