Package SDK
- Updated: 2024/08/14
Package SDK enables you to develop custom packages with actions and triggers for specific use cases. You can upload the created packages to your Control Room and use them in your automation workflow.
Overview
The Automation Anywhere Package Development Kit provides detailed instructions for users to independently develop custom actions and upload the packages to their Control Room. You can build custom actions and triggers in an integrated development environment (IDE) and compile them to generate Java Archive (JAR) files. You can then upload the JAR files to the Control Room. Once you enable the package, the actions and triggers within the package appear in the Actions section and Triggers section respectively in the bot editor.

Downloads
The Package SDK zip files include sample codes and supporting files for Java developers to create and validate custom actions.