Uipath system.exception: job stopped with an unexpected exit code: 0xdeaddead

Hi,

Please help to handle this runtime exception.
Sometimes I get this attached error; need to ignore and continue the process. thanks.

image

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

  1. Inside catch handle the exception by a writeline or send email .

If not aware of the activity / workflow … Try with kill process of the application you are interacting with, before the bot starts.

E.g : if you are doing something in Excel , kill process : Excel before the operation

Mukesh