Skip to main content
2.3
Release Notes

Changes

✓ Updated core package to .NET Framework 4.8.1 and .NET 8.✓ Updated NLog from v4.7.13 to v4.7.15.

Fixes

✓ Fixed dependency conflict between NLog and UiPath.System.Activities packages to support new versions of UiPath Studio.
2.2
Release Notes

About the Release

The main purpose of this release is to support App Principals (utilizing OAuth 2.0 Client Credentials Flow), intended to facilitate a smoother and more secure integration between ABBYY Vantage and third-party systems. The functionality offers an improved authorization method for Machine-to-Machine (M2M) applications, enabling seamless integration without user intervention.

Main Features

Server-to-Server Authentication Scheme

A new authentication flow called Client Credentials, which is suitable for server-to-server communications, is now supported in the Vantage API. This flow is designed for cases when there is an application that allows end-users to process documents using Vantage without having accounts in Vantage.The new flow can be enabled for any tenant’s API client. When enabling the flow, the tenant administrator can assign roles that will be granted to the application that connects to Vantage using this flow. When connecting to Vantage, the application will get an access token with the roles specified in the client’s API settings.This flow is recommended for situations where an external identity provider is enabled for the tenant, allowing for authentication in Vantage even when the Authorization Code flow would not be suitable.

Bug Fixes

Jira Ticket #Description
CONN-2821Authorization fails when the Vantage tenant is configured to use SSO.

Limitations and Known Issues

Limitations

  • Cross-platform compatibility for UiPath Studio projects is not supported.
  • Users should pass different filenames for each input file when creating transactions for several files; refer to the user guide for more details.
  • The connector uses the default imageProcessingOptions ("autoCrop": "Default", "autoOrientation": "Default") when creating a transaction.
  • The ExtractedData output parameter is not filled out if “Values only” JSON is enabled in Process Skill Output settings. This parameter is filled in only when the full JSON data export option is enabled.
  • Opening the documentation from the activity context menu in UiPath Studio is disabled.
  • .NET Framework version 4.7.2 and higher is supported. Note that UiPath will also soon stop supporting UiPath Studio based on .NET Framework 4.6. For more information, see here.

Known Issues

Jira Ticket #Description
CONN-2547Password/Client Secret fields are considered empty when the Secure Password/Secure Client Secret field is mapped to an empty variable.
CONN-2953Image fields are not supported in the Map Fields Activity.
CONN-3008The tree with nested groups, fields, and match variables disappears from the Map Fields Activity when switching to another activity.
CONN-679, CONN-537Proxy settings are not applied if optional parameters (password or protocol) are not specified.
CONN-395, CONN-676, CONN-1555, CONN-3205, CONN-3495Incorrect error messages.

Upgrading the Connector

As the 2.0 version of the connector introduced several new capabilities, some of these are entirely incompatible with 1.x releases. To use this version of the connector and its new features, you must re-configure your processes according to the methods described in the User Guide.Perform the steps below to install the 2.2 version.
  1. Update the packages in the package source:
    1. Run the connector installer to unpack new connector version files.
    2. Upload all .nupkg packages from the ABBYY Vantage Connector for UiPath\UiPath Activities folder to your UiPath package source.
  2. Increment the connector’s version in all UiPath projects:
    1. Create backup versions of all UiPath projects with the connector that you need to update.
    2. Open your UiPath project where the previous connector version is used.
    3. Navigate to Manage Packages > Project Dependencies.
    4. In the list of dependencies, find Abbyy.UiPath.Vantage.Activities. Select the item and in the Version drop-down menu, select the new version (2.2.0.x).
    5. Click Update, and then Save.
    6. A new package version of Abbyy.UiPath.Vantage.Activities will appear in the Project tree.
    7. Click the Refresh button in the Map Fields activity to use the new variable type for mapping repeatable groups with repeatable fields and groups.
  3. Update projects in Orchestrator. After updating project dependencies, publish the new project version in Orchestrator.
To convert Windows-legacy projects to Windows compatibility, follow the procedure outlined in the UiPath Documentation for each Windows-legacy compatibility project.