action-center
2020.10
false
- Release Notes
- Getting Started
- Installation and upgrade
- 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
Upgrading Action Center
OUT OF SUPPORT
Action Center
Last updated May 21, 2024
Upgrading Action Center
Follow the prerequisites and steps below when upgrading the standalone version of Action Center:
Prerequisites: Check if the correct value of the
Action_Center_URL
key is in the registry at the following path:
Computer\HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\UiPath\UiPath Action
Center
.
If the key is incorrect or is absent, manually add it. To
find the correct value of the
Action_Center_URL
from the
env.json
file:
- Navigate to the Installation Folder.
- Go to the
ActionCenter/Actions/environments/env.json
file path. - From the
PostLogoutRedirectUri
key, retrieve the correct Action_Center_URL.
The format for the
PostLogoutRedirectUri
is "Action
Center URL"/actions
. For example, if the
PostLogoutRedirectUri
is
https://action-center.loadbalancer.uipath.com:447/actions
, then
the corresponding Action Center URL is
https://action-center.loadbalancer.uipath.com:447
.
If the
correct value of the
Action_Center_URL
is not provided before
starting the upgrade process, then loading the Action Center portal will fail
after upgrading, and you will need to manually update the env.json
file. For step-by-step instructions on how to update the env.json
file, check the last row from Action Center installation
issues.