Application time out error because application is stuck

Hi,

Some time my automatin is fail and notify “Time Out” error message. I observe that this happend because my application is stuck.
How to handle this scenario?

HI @bhuvan

You can use Application Not Responding Activity.

This activity works inside the Application activity block. It is used to detect a target application response state for automation. To use this activity, you need to create an argument of type String or Boolean in the Parameter bar.

https://www.edgeverve.com/assistedge/knowledge-base/RPA19.1/Automation_Studio/Application_Not_Responding.htm

Refer this post for understanding how you can kill the process which is not responding

https://www.edgeverve.com/assistedge/knowledge-base/RPA19.1/Automation_Studio/Configuring-Automation-Processes/Process_Kill/Process_Kill.htm

You can also use Timeout - it is the wait time until image is found that does not exists on screen.

“Process Kill” can also be used in this scenario.