XML package updates
- Updated: 2025/02/17
XML package updates
Review the updates in released versions of the XML 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 XML 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.
- 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 XML
package, the naming convention is:
bot-command-xml-<version.number>.jar
For example,
bot-command-xml-3.12.0.jar
For detailed steps on downloading a package and manually adding it to the Control Room, see Add packages to the Control Room.
3.14.2
- Compatible Bot Agent version: 20.11 or later
- Compatible Control Room version: 8750 or later
What's new |
---|
You can use an XML file as a data source for an API Task with the Start session action. You can also open a file stream for the XML file and use the file stream as the data source variable. Service Cloud case ID: 02149374, 02170780 |
3.13.0
- Compatible Bot Agent version: 20.11 or later
- Compatible Control Room version: 8750 or later
Fixes |
---|
The action now supports node name with a namespace prefix. Previously, when you specified a namespace prefix in the Node name field, the result document ignored the prefix. |
You can create a bot using action to insert a node in an existing XML file within a loop. You no longer encounter any issues even if multiple nodes have the same name and you use the Skip it option. Service Cloud case ID: 02096131 |
3.12.0
- Compatible Bot Agent version: 20.11 or later
- Compatible Control Room version: 8750 or later
What's new |
---|
Internal update in packages Minor update to support API tasks. |
3.11.0
- Compatible Bot Agent version: 20.11 or later
- Compatible Control Room version: 8750 or later
What's changed |
---|
Help Center for bot developers
|
Fix |
---|
When the input XML file contains comments before and after the root node and if the Remove text nodes that contain only white space ( Start Session action) and Use Prettyprint (Save session data action) check boxes are selected, the output XML file formatting is displayed correctly on bot execution and a new line is added after the comment node. |
3.10.0
- Compatible Bot Agent version: 20.11 or later
- Compatible Control Room version: 8750 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. |