Check app state waits too long and does nothing

Hello

I don’t understand why sometimes my check app state waits indefinitely even if the default timeout is 5 seconds

Edit : I also have the same issue with a click activity

Here are the screenshot of both

Here are the sc for the check app state properties

@adext

Check if wait for load is complete if so it would wait till the page loads and then starts checking

cheers

wait for load is none

Can you share screen shot of it in a flow and properties info ?

@adext

I debug it might be slow then but in runtime it should not ideally

cheers

hi, just edited the post with these info thanks

in runtime it is slow as well, it has ran for 5 hours until i killed it

@adext

is it stuck on that activity only?

and can you check event viewer logs for any errors

generally that should not be the case…can you specify the studio,robot and package verisons

cheers

Wait for page reload is not set to none here as suggested to none. Also as you are using fuzzy selector also try changing visible property to interactive
Also
Instead of argument if you directly pass the value like 5 or 10 observer what happens there ?

One more thing u can try is remove and add the ui package again @adext

Are you using debug mode? You have a breakpoint on the activity inside the Check App State. So it will pause there until you click Continue.

Hi @adext ,
i see breakpoint in your activity, delete it and try again, checkapp activity default is 5s, but you can change it, make sure your selectors are correct