Hi Team,
I have developing the bot in PAD.
Sometime web application suddenly get logout, so then I want to start the flow gain from the beginning.
I have developed the flow by handling the such scenario but getting the warning message in PAD.
"On error parameter 'Run subflow': The flow appears to contain a logical recursion."
Excel has data of emp
login to web portal and, Looping through the data and performing the required steps.
for each transaction status is maintain like "Completed and Incomple"
If exception occurred then Exception flow is trigger and set the current transaction status, saving the excel then closing the excel.
I have made subflows such as NewEmpRegistration and ExistEmpVerification covered with onblock error.
if error occurred in any of the block then calling the login module.
From login module I am calling this both flows NewEmpRegistration and ExistEmpVerification