Wait for Download Incorrectly Recognized the "*.tmp" as Downloaded file

image

Already added “tmp” as exception but not sure why, sometime, the robot will not take this into consideration, especially when run in Assistant, I cannot replicate the case in trail run at Studio.

Any possible way to avoid the issue? Or any improvement could be made in my activities?

This is a part of long looping process, ~40 minutes, would this be the cause?

Thanks in advance.

Hi SCheng,

In this scenario, it’s essential to scrutinize the design and execution of your automation. First and foremost, ensure that the exception handling for “tmp” is not overly broad, capturing unintended errors. It might be beneficial to provide specific error messages or conditions that trigger this exception. Additionally, inspect the workflow for any hidden dependencies or variables that might be affected differently in the Assistant environment compared to Studio. Given the extended runtime of your process, the possibility of resource exhaustion or timeout issues could indeed be a factor. Break the process into smaller, more manageable segments if possible, and employ diligent error logging to pinpoint the root cause when issues arise. Continuous monitoring and refining of your automation, in line with sound programming principles, should lead to a more reliable and robust solution.

Hope it helps.