Skip to main content



Process Automation Version 2.102 - 2.103 Release Notes

Summer 2025

Over the summer, we released versions 2.102 and 2.103 of Process Automation. These versions contained improvements to the sign-in experience, updates to our API, improvements to data lists, and security enhancements.

Updates

New sign-in experience

The log-in pages have been replaced by a new sign-in experience. This page uses a identify-first method to determine if a user should log in via SSO or password. In addition, the password reset page and some emails generated from the system have been updated to reflect the new UI.

For more information about the new sign-in experience, see the article, Changes in the Sign in Experience.

Extended the API

We have added endpoints to manage role mappers and extended the API to more efficiently manage users and groups. Find more information about the new endpoints here: API Documentation

Updated endpoints

  • GET /domains/{SpaceId}/users
  • GET /domains/{SpaceId}/groups

Added endpoints

Users

  • GET /domains/{SpaceId}/users/{userId}
  • GET /domains/{SpaceId}/users/{userId}/groups
  • GET /domains/{SpaceId}/users/{userId}/groups/{groupId}
  • POST /domains/{SpaceId}/users/{userId}/groups
  • DELETE /domains/{SpaceId}/users/{userId}/groups/{groupId}

Groups

  • GET /domains/{SpaceId}/groups/{groupId}
  • GET /domains/{SpaceId}/groups/{groupId}/users
  • GET /domains/{SpaceId}/groups/{groupId}/users/{userId}
  • POST /domains/{SpaceId}/groups/{groupId}/users
  • DELETE /domains/{SpaceId}/groups/{groupId}/users/{userId}

Role mappers

  • GET /api/v1.1/domains/{SpaceId}/rolemappers
  • GET /api/v1.1/domains/{SpaceId}/rolemappers/{id}
  • GET /api/v1.1/domains/{SpaceId}/rolemappers/{id}/values
  • POST /api/v1.1/domains/{SpaceId}/rolemappers/{id}/values

Improvements to data lists

The changes to data lists in this release we geared towards improving the performance of data lists and optimizing the functionality of the counter when filters are in use.

Bug-fixes

Prevent duplication of origin key in IdP flows

Error

It was possible for two users to have the same origin key.

Fix

It is no longer possible to use the same origin key when creating them manually.

Prevent issues with instance start and incompatible file name characters

Error

It was possible to start an instance when an attached file's name contained incompatible characters, but users got the error message, "The instance could not be created in the datasource".

Fix

It is no longer possible to upload a file with an incompatible file name.

BI performance issues

Error

The BI was responding slower than expected.

Fix

We have improved the response time.

This release also contains additional minor bug fixes and security updates.