The capabilities described on this page are included in Appian's standard capability tier. Usage limits may apply. |
OverviewCopy link to clipboard
Required role: Administrator
The Repositories screen on the Robotic tasks tab allows you to manage the Maven repositories that robotic tasks use. During execution, the robotic task needs to download dependencies from these Maven repositories to successfully execute on the robot.
To get started, click the Repositories icon in the toolbar:
Note: Appian recommends you use private repositories as much as possible to ensure the reliability of your robotic tasks and associated components. Improperly configured repositories can result in execution errors or exceptions. Public repositories like Maven Central and the artifacts within them may be changed often, which may adversely affect your robotic tasks or lead to unexpected behavior.
The List of repositories shows all repositories you've defined in the console. The list includes the following columns:
- Order: Repositories are listed in the order their dependencies will be resolved. If the dependency is not found in the first repository, Appian RPA looks for it in the next repository in the list. You can change the order using the arrow icons.
- URL: web address of the repository
- User: username to authenticate with the repository
- Password: password to authenticate with the repository (masked for security)
- Actions: gives you the option to delete the repository
Add a repositoryCopy link to clipboard
To add a repository:
- Go to the Repositories editor.
- Enter the URL, User, and Password to authenticate with the repository.
- Click Save to save the information and add the repository to the list.
Delete a repositoryCopy link to clipboard
- In the List of repositories, find the repository entry you want to delete.
- Click Delete repository in the Actions column.
Update the order for resolving dependenciesCopy link to clipboard
To update the order in which Appian resolves repository dependencies:
- In the List of repositories, find the repository entry you want to update.
- In the Order column, click Up or Down to move the entry.