Dear All,
I was running a script on UiPath Assistant that downloads a file from a portal at scheduled intervals. The script does not require any user input and does not contain a “Wait for Resume” activity.
To prevent the system from entering screensaver or sleep mode, the bot is programmed to press Ctrl every 30 seconds. However, after stepping away briefly, I returned to find UiPath Assistant showing a “Resume” button, indicating that the process had been paused.
I would like to clarify:
-
Does UiPath Assistant ever auto-pause an automation by itself?
-
Can an automation only be paused manually by a user clicking “Pause”?
From my understanding, if an unexpected error occurs, the process should fail and terminate rather than pause.
I also want to consider the possibility that a system popup (e.g., software update prompt or system maintenance notification) might have appeared while I was away, which could have interfered with the automation. Could such popups cause the process to pause while waiting for the user to take action?
Would appreciate any insights for this. Thank you everyone