May 2022 Release Notes
Release date | Release name | ID | Description | Documentation |
---|---|---|---|---|
16-May-2022 | Order Management Starter Kit | OM-SAPSK-1.0.0 | Introduces the Order Management Starter Kit - a new starting point for every customer implementation which gives you insight into the most crucial order management use cases. | Not applicable |
24-May-2022 | Master Data Improvement 1.5.0 | MDI-1.5.0, | Adds in-app documentation for views and knowledge model elements. | Not applicable |
12-June-2022 | Inventory Projection 1.1.0 | INPRO-1.1.0 | Adds in-app documentation for views and knowledge model elements. | Not applicable |
27-May-2022 | Accounts Payable release | TM-2553 | Introduces human-readable error messages instead of generic Celonis Support ID to the Machine Learning Sensor' logs. | Not applicable |
Release date | Release name | ID | Description | Documentation |
---|---|---|---|---|
24-May-2022 | May release | EMA-1209 | Allows users to select between processing all unprocessed records in a queue and listening for new records only when activating an Action Flows with a Webhook Trigger. | Not applicable |
27-May-2022 | Phoenix release 3.21 | PHX-1083 | Allows for sorting of Tasks in Task List; the default sorting of Tasks can be adjusted via the visual editor in the Studio. | Not applicable |
Release date | Release name | ID | Description | Documentation |
---|---|---|---|---|
5-May-2022 | Connector release 2.57.0 | CE-2485 | Allows users to customize the JSON Web Token creation in the Extractor Builder. | |
5-May-2022 | Connector release 2.57.0 | CE-2555 | Allows choosing the authentication methods before setting the connection parameters in the process of Extractor Builder extractor creation. | Not applicable |
5-May-2022 | Connector release 2.57.0 | CE-2623 | Introduces validation for a primary key for Google BigQuery extraction. | Not applicable |
24-May-2022 | Connector release 2.58.0 | CE-2304 | Adds the table configuration and filters, also for child and dependent tables, in the extraction logs. | Not applicable |
24-May-2022 | Connector release 2.58.0 | CE-2630 | Displays start and end time of query executions in Database extraction logs. | Not applicable |
No features were released this month.
No features were released this month.
Release date | Release name | ID | Description | Documentation |
---|---|---|---|---|
19-May-2022 | User onboarding | PAD-633 | Adds new status ("Active") and the "Last login" field to the User table. | |
19-May-2022 | User onboarding | PAD-634 | Adds the user role field to the user invitation dialog, which allows admins to invite new users with specified roles. | |
19-May-2022 | User onboarding | PAD-641 | Adds counters for the Analysts/Admins and the Total number of users for an easier overview of the seats available when inviting someone. |
No features were released this month.
Release date | Release name | ID | Description | Documentation |
---|---|---|---|---|
24-May-2022 | Table Enhancements | BC - 3351 | Adds several table usability enhancements including an updated sorting design to improve header spacing, table cell hover over text, and several fixes. | Not applicable |
24-May-2022 | May release | BINFR-2232 | Allows variables to retain their latest value until a new value is set even if the view is reloaded. |
Studio release 24.05.2022
Change in view variable behavior
With our latest release on May 24th we introduced a change in view variable behavior.
Previously, variables changed back to their default value through view reload (e.g. refresh of a page or navigation between views). The selected value did not persist. If a default value is set, the variable always defaults to that. If it is not set, the value always gets reset to empty/null.
Now variables keep the latest variable value until it’s changed proactively to a new value. This reduces the end user effort and ensures the views always show relevant content. The change will also improve performance of views.
Old behavior | New behavior | |||
Initial State |
|
| ||
Variable is set |
|
| ||
After refresh, page navigation, log-out |
|
|
How can I now reset a variable to its default value after the new change?
For that use case you can build a reset button using the view component button.
Buttons can be configured to update variables. You simply list the view variables that should be reset by the click of the button and select "null" as a value.
You can either use the visual editor or the YAML editor of the button component.
Visual editor
![]() |
YAML editor
![]() |
Null, true and false are no longer stringified in component settings
In the past, values such as null, or the booleans true or false have been turned into strings "null", "true", "false" when used in component settings. As a result, they could not be used for conditional statements within component configurations. This is now possible offering new possibilities to make a view dependant on user input.
Fixes for the Task Mining Service:
Fixed issue: Selecting only URLs without applications to capture data in the Client Settings lead to an invalid Task Mining Client configuration.
Fixed issue: Creating a 'blank project' with 'Connect to existing data pool' failed due to a missing target table.
Adding diagnostic logging capabilities throughout the task mining service.
Task Mining Release 22.05.06
Fixes for Screenshot viewer:
Dependency updates
Fixing share event/timeline buttons
Fixing deleting multiple screenshots
Task Mining Release 2022.05.23
Fixes for the Task Mining Service:
Fix project creation failure when license limit is reached (data models)
Task Mining Release 2022.05.25
Improvements - Browser Extension 0.8:
Capture more data via Web Page Extractions:
Added jQuery support to define extractions as an additional alternative in addition to xpath
Added support for all <input> element types
Added support for events within content editable elements and within iframes