Release Notes: January 3, 2025
Role-Based Access Control Updates
Organization admins can now access all tasks instead of tasks from workflows that they are workflow admins Export Tasks to CSV
Workflow admins and org admins can now export API automation tasks for their workflows. Simply by click "Export" in Tasks page with preferred filters and click on "Create Export". We will send an email to your inbox once the job is complete:
Click on the download button it will take you to our web portal and start the file download. The CSV file contains information including task name, task id, workflow name, workflow type, status, number of document pages, reviewer name, reviewer email, last modified time, task completion time, field name, parent field name, predicted value, predicted normalized value, pre annotation confidence score, final ground truth value, final normalized value, values matches, normalized value matches.
New Drop-down Actions
JSON results of completed API automation tasks can be downloaded from within each task by task reviewers, workflow admins or org admins if allowed to view tasks.
Run workflow action from the workflow action drop-down for orby workflows.
By clicking "Run" against any of the listed workflows, a pop-up will appear, allowing users to upload the required document. Upon successful upload, users will be redirected to the Executions list, where they can view all executions, including the newly added one. This enhancement streamlines task creation and provides a more intuitive user experience.
Dashboard updates
Included UI automation execution and tasks stats along with API automation ones
![]() |
Added a new executions section
Added a new teams section
![]() |
HITL updates

Improved document annotation experience when there are overlapped texts (i.e. watermarks)
Visual update of document control toolbar and added keyboard shortcuts popover
Revamped the entity sidebar
Added new collapsed view and automatically collapses for table entities based on browser window size. Introduced a new "All Fields" tab that consolidates all entities
Redesigned the entire entity view with updated colors for highlighting, entity selection, and status-based distinctions (e.g., reviewed, not found, predicted).
Add entity page index in JSON of extraction tasks
Normalization Improvements
All entities in the JSONs of extraction tasks have normalizedValue.text populated in the following methods:
Text type: remove leading and trailing whitespaces, and replace continuous whitespaces with a single whitespace
Money type: ISO 4217 text format if normalization succeeds, otherwise same with Text type
Date type: ISO 8601 text format if normalization succeeds, otherwise same with Text type
Number_Float and Number_Int: convert to text and process as the Text type

