robot
2020.10
false
- Release Notes
- Getting Started
- UiPath Assistant
- Installation and Upgrade
- Robot Types
- Robot Components
- Licensing
- Connecting Robots to Orchestrator
- Processes and Activities
- Logging
- Robot JavaScript SDK
- Specific Scenarios
- Troubleshooting
Disable Stop Button
OUT OF SUPPORT
Robot User Guide
Last updated Jul 1, 2024
Disable Stop Button
With the higher demand of improving the relationship between humans and UiPath's Robots, we have developed a new feature that allows you to have processes that run continuously.
This is called "Disable Stop Button" and keeps them running at all times making it easier to deploy processes to users and keeping them running without the need of user interaction.
To create a process that can't be stopped from the UiPath Assistant, you have to go to the Process settings in Orchestrator and select "Process can’t be stopped from UiPath Assistant".
- If you choose to only enable the Process can’t be stopped from UiPath Assistant, the process has to be started manually from Assistant.
- If you also enable Automatically Start Process, when Assistant is first started on the user's machine, the process starts as well.
For a process configured like this, it can only be stopped from Task Manager by killing
UiPath.Executor.exe
.
Note: Disable Stop Button is intended for Attended Robots. Unattended processes are not affected by the setting in Orchestrator.