API Task package updates
- Updated: 2026/06/08
API Task package updates
Review the updates in released versions of the API Task 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 API Task 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 |
|---|---|---|---|---|
| 1.0.0 | 8 June 2026 | Package-only; post Automation 360 v.40 release | 23.0.20 or later | 48366 or later |
- 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 API Task
package, the naming convention is:
bot-command-apitask-<version.number>.jarFor example,
bot-command-apitask-1.0.0.jar
For detailed steps on downloading a package and manually adding it to the Control Room, see Add packages to the Control Room.
1.0.0
- Compatible Bot Agent version: 23.0.20 or later.
- Compatible Control Room version: 48366 or later.
| What's new |
|---|
|
New API Task package We have introduced the API Task package. The API Task enables you to invoke a child API Task from a parent API Task. The Run action invokes a checked-in API Task, allowing you to define input values for the child API Task and save the response data in appropriate variables. This package promotes reusability of API Tasks by breaking down complex processes into maintainable modular components. |