DLL package updates

Review the updates in released versions of the DLL package such as new and enhanced features as well as fixes and limitations. The page also lists the release dates of each version, and the compatible Control Room and Bot Agent versions.

Versions summary

The following table lists the versions of DLL package released either with an Automation 360 release or as a package-only release (in descending order of release dates). Click the version link for information about updates in that package version.

Version Release date Release type Bot Agent version Control Room build
6.10.2 17 July 2023 Package-only; post Automation 360 v.29 release 21.22 or later 15238 or later
6.9.0 6 June 2023 With Automation 360 v.29 (Sandbox) release 21.22 or later 15238 or later
Note:
  • To download an individual package (updated in an Automation 360 release where you want only the package), use this URL:

    https://aai-artifacts.my.automationanywhere.digital/packages/<package-file-name>-<version.number>.jar

  • For DLL package, the naming convention is: bot-command-rundll-<version.number>.jar

    For example, bot-command-rundll-6.10.2.jar

For detailed steps on downloading a package and manually adding it to the Control Room, see Add packages to the Control Room.

6.10.2

  • Compatible Bot Agent version: 21.22 or later
  • Compatible Control Room version: 15238 or later
Note: This package version is also available in the Automation 360 v.30 release.
Fix
When you work with Run function action and uses the following DLL function, the output will be retrieved as:
  • If the DLL function return type is String (string) and the output is null, it will retrieve an empty string.
  • If the DLL function return type is Array of String (string []) and the output is null, it will retrieve an empty array of strings.
  • If the DLL function return type is List of String (List<string>) and the output is null, it will retrieve an empty list of strings.

Previously, when you used the DLL function return type as String (string), Array of String (string []), or List of String (List<string>), and if it contained a NULL value, the output retrieved as true string.

Service Cloud Case ID: 01964812, 01970306

6.9.0

  • Compatible Bot Agent version: 21.22 or later
  • Compatible Control Room version: 15238 or later
What's changed

Help Center for bot developers

  • Help Center: We have added an in-app help for bot developers to get contextual information about actions and packages when building automations.

    In-product user assistance

  • Added intuitive icons for actions in a package.