Free cookie consent management tool by TermsFeed Repository Management [Appian RPA v9.9]
Page not found in the selected version; redirected to the home page.
Repository Management
The capabilities described on this page are included in Appian's standard capability tier. Usage limits may apply.

Overview

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:

rpa-toolbar-repo.png

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 repository

To add a repository:

  1. Go to the Repositories editor.
  2. Enter the URL, User, and Password to authenticate with the repository.
  3. Click Save to save the information and add the repository to the list.

Delete a repository

  1. In the List of repositories, find the repository entry you want to delete.
  2. Click Delete repository in the Actions column.

rpa-repo-editor.png

Update the order for resolving dependencies

To update the order in which Appian resolves repository dependencies:

  1. In the List of repositories, find the repository entry you want to update.
  2. In the Order column, click Up or Down to move the entry.
Open in Github Built: Thu, May 16, 2024 (08:27:12 PM)

Repository Management

FEEDBACK