Skip to content

HowTo: Compile and use the library

Corey Wallis edited this page Nov 16, 2020 · 2 revisions

The purpose of this wiki page is to briefly outline how to use the compile and use the Flinders.Foundation library.

Assumptions

It is assumed that:

Setup the Flinders.Foundation project

To setup the project:

  1. Clone the Flinders.Foundation repository in UiPath.
  2. Open the project in UiPath studio.

Test the Flinders.Foundation library

To test the library:

  1. Ensure the required assets are defined and available in UiPath Orchestrator
  2. Run any of the tests in the TestCases directory

Use the Flinders.Foundation library

To use the library:

  1. Ensure the Flinders.Foundation package is available in a user defined package source
  2. Add the Flinders.Foundation library as a dependency to your project
  3. Drag the activities onto the workspace as you would any other activity.
  4. Brief documentation on each activity is available in this wiki.