action-center
2024.10
true
- Release notes
- Installation and upgrade
- Before you begin
- Getting started
- Activities
- Designing long-running workflows
- Start Job And Get Reference
- Wait For Job And Resume
- Add Queue Item And Get Reference
- Wait For Queue Item And Resume
- Create Form Task
- Wait For Form Task And Resume
- Resume After Delay
- Assign Tasks
- Create External Task
- Wait For External Task And Resume
- Complete Task
- Forward Task
- Get Form Tasks
- Get Task Data
- Add Task Comment
- Update Task Labels
- Actions
- Processes
- Audit
Opting out of Telemetry
Action Center
Last updated Oct 21, 2024
Opting out of Telemetry
UiPath collects usage and performance data to help diagnose problems and help improve Action Center. The information we collect can include data on UiPath product information, the operating system, and browser versions. For more details about UiPath’s privacy practices, please review the privacy policy.
The collection of data in Action Center is controlled through an
appsettings.json
parameter named DisableTelemetry
. This is set to false
by default during the installation process. To opt-out of sending usage and performance data collection in Action Center,
set this value to true
.
Note: The
appsettings.json
file for Actions Center can be found at the following location: <installation_directory>/ActionCenterService/
, where the default installation directory is C:/Program Files (x86)/UiPath/ActionCenter/
.