Get Asset The Operation Has Timed Out

This error is not restricted to any particular machine, or at a particular time of day, or only to specific jobs. This error will interrupt jobs randomly, with some jobs having no issues amidst the failures.

  1. Add a Retry Scope around the Get Asset Activity (Read more on Retry Scope )
    • Example of Retry Scope - Increase the Timeout MS property of the mentioned activities. By Default the Timeout MS is 30, so add 30 more which would be 60.( https://docs.uipath.com/activities/docs/retry-scope#section-example-of-using-the-retry-scope-activity )
  2. The best part is if the Get Asset Returns the result in less than 60 seconds it would not wait, it will move on to next activity.