I want to put an exception where if it does not enter the login correctly in a desktop application I try it 3 times with lapses of 3 seconds. Any ideas that you can give me?
I show the images of my code, where the application starts and does the login
@Pamela_De_Jesus Have you tried using the Retry Scope Activity ? You can provide the number of times you want to Retry a Set of Activities/Workflows if there’s an error encountered in it.