Uipath Assisstant Pop Ups

when i run an automation and if the automation fails due to low storage it is sending out dialogue box from UiPath assistant and it keeps open, which disrupts the other automations and i need to go manually and close all dialogue boxes which are very large in numbers sometime. is it possible to suppress this pop up coming from UiPath assistant.
thanks in advance.

Hi Anwar,

Can you share some screenshots please just to get an over all idea about your issue.

You can use a activity called Close Popup at the end of your execution to close any unwanted popups which you think is might disrupts your next bot run. Hope this will resolve your issue.
Screenshot 2025-08-14 165354

1 Like

Use a tiny “watchdog” like another UiPath process that runs in the background and detects and closes any UiPath Assistant error dialogs automatically.
It can check for a window title like "UiPath Assistant" or "Execution Error" and send a close command as soon as it appears or you can try this approach
run as unattended from orchestrator like if you trigger it from orchestrator with an unattended robot, it runs in the background and you never see that pop-up.

If this is neddful mark it as SOLUTION

Happy Automation

1 Like

Is this solution helped? If yes then mark as Solution to close this topic

If you observe that the Process Name in Task Manager is “WorkerProcess” or it may be different in you case, you can easily terminate the process at the beginning of your Automation.

I hope this information proves helpful to you.
Please refer to the attached screenshot for further details.

Kindly mark this as a solution if it addresses your query.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.