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
2020.10.7
OUT OF SUPPORT
Action Center
Last updated May 21, 2024
2020.10.7
-
Fixed a bug that caused Action Center to fail loading, after upgrading to newer versions, using the
Load Balancer URL
, only if the following steps are made before the upgrade process:Important:Manually add the correct value of theAction_Center_URL
key in the registry at PathComputer\)\)HKEY_LOCAL_MACHINE\)\)SOFTWARE\)\)WOW6432Node\)\)UiPath\)\)UiPath Action Center
.To find the correct value of theAction_Center_URL
from theenv.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 thePostLogoutRedirectUri
is"Action Center URL"/actions
. For example, if thePostLogoutRedirectUri
ishttps://action-center.loadbalancer.uipath.com:447/actions
, then the corresponding Action Center URL ishttps://action-center.loadbalancer.uipath.com:447
.If the correct value of theAction_Center_URL
is not provided before starting the upgrade process, then the initial bug reappears and you will need to manually update theenv.json
file. For step-by-step instructions on how to update theenv.json
file, check the last row from Action Center installation issues.