Hi,
Please help to handle this runtime exception.
Sometimes I get this attached error; need to ignore and continue the process. thanks.
Hi,
Please help to handle this runtime exception.
Sometimes I get this attached error; need to ignore and continue the process. thanks.
If you are aware of the exact activity or workflow that is causing this error ,
1.Take a try catch block
2.put that activity / workflow inside Try
If not aware of the activity / workflow … Try with kill process of the application you are interacting with, before the bot starts.
Mukesh