I have a problem when using the activity “Check App State”.
In my process, when I am running it, I have a nested “Check App State”. The first one is executed and finishes within 5 seconds (I put a delay on 5 seconds). The other one, which also checks an app state (Checks whether or not a GUI element is present) also has a delay on 5 seconds, however, that activity is being executed and ends after a whole 5 min?! How come this is the case? I have linked the part of my process where you can see the nested “Check App State”.
In check app state activity, you can make use of the properties visibility check and wait for page load in order to take action as soon as the browser or element is loaded.
Also the default wait time itself is 5 seconds. Try leaving the field blank and use the above mentioned properties.
I just tried to follow your instructions, unfortunately it did not work. It still takes about 4-5 min for the check app state to be executed. Here is my property window:
I left the timeout field empty and it is still taking those 4 min approximately to check app state. Do you have any other suggestions? I can find any other posts on UiPath Forum which have this error as me.