Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Your use of this download is governed by Stonebranch’s Terms of Use, which are available at https://www.stonebranch.com/integration-hub/Terms-and-Privacy/Terms-of-Use/

...

Overview

This Universal Task allows Stonebranch users to schedule, trigger, and monitor the UiPath (RPA) process directly from the Universal Controller. 

...

  • This task uses a Python request module to make REST-API calls to the UiPath orchestrator.

  • It can trigger the RPA process in UiPath using just UiPath process name, orchestrator base URL, UiPath account name and service instance.

  • The task triggers the UiPath process for execution, monitors until process completion, and populates the results in Universal Controller.

  • It also features a tight integration with ITSM tools, meaning that it can auto-create incidents in case of UiPath RPA process execution failure.

...

Software Requirements for /wiki/spaces/UC71x/pages/5178050 and /wiki/spaces/UC71x/pages/5180675 Universal Template and Universal Task

  • Requires Python 3.6 or higher. Tested with the Universal Agent bundled Python distribution.

  • Python modules required:

    • requests

...

  • Universal Agent for Windows x64 Version 6.79.0.0 and later with python options installed

  • Universal Agent for Linux Version 6.79.0.0 and later with python options installed

...

  • Universal Controller Version 6.69.0.0 and later

Software Requirements for the Application to be Scheduled

...

To use this downloadable Universal Template, you first must perform the following steps:

  1. This Universal Task requires the /wiki/spaces/UC71x/pages/5178443 Resolvable Credentials feature. Check that the/wiki/spaces/UC71x/pages/5177877 Resolvable Credentials Permitted system property has been set to true.
  2. Copy or Transfer To import the Universal Template file to a directory that can be accessed by the Universal Controller Tomcat user.
  3. In the Universal Controller UI, select Configuration > Universal Templates to display the current list of /wiki/spaces/UC71x/pages/5178054.

  4. Right-click any column header on the list to display an Action menu.

  5. Select Import from the menu, enter the directory containing the Universal Template file(s) that you want to import, and click OKinto your Controller, follow the instructions here.
  6. When the files have been imported successfully, refresh the Universal Templates list; the Universal Template will appear on the list.

Configure UiPath Universal Task

...

Field

Description

UiPath Process Name

Actual RPA workflow name that needs to be executed by UiPath Bot

UiPath service Instance

Service instance name can retrieve using the Api get:

https://platform.uipath.com/cloudrpa/api/account/[account_logical_name]/getAllServiceInstances

UiPath Orchestrator URL

URL for the UiPath Orchestrator where its installed. Normally the cloud orchestrator/Community URL is

https://platform.uipath.com:

UiPath Account Name

This is the UiPath Orchestrator Tenant Name:

https://platform.uipath.com/cloudrpa/api/getAccountsForUser

...

This document references the following documents:

NameLocation

Description

Universal Templates

https://docs.stonebranch.com/confluence/display/UC71x/Universal + Templates

User documentation for creating Universal Templates in the Universal Controller user interface.

Universal Taskshttps://docs.stonebranch.com/confluence/display/UC71x/Universal+ Tasks

User documentation for creating Universal Tasks in the Universal Controller user interface.

...