- Release notes
- Getting started
- Installation
- Configuration
- Integrations
- Authentication
- Working with Apps and Discovery Accelerators
- AppOne menus and dashboards
- AppOne setup
- TemplateOne 1.0.0 menus and dashboards
- TemplateOne 1.0.0 setup
- TemplateOne menus and fashboards
- TemplateOne 2021.4.0 setup
- Purchase to Pay Discovery Accelerator menus and dashboards
- Purchase to Pay Discovery Accelerator Setup
- Order to Cash Discovery Accelerator menus and dashboards
- Order to Cash Discovery Accelerator Setup
- Basic Connector for AppOne
- SAP Connectors
- Introduction to SAP Connector
- SAP input
- Checking the data in the SAP Connector
- Adding process specific tags to the SAP Connector for AppOne
- Adding process specific Due dates to the SAP Connector for AppOne
- Adding automation estimates to the SAP Connector for AppOne
- Adding attributes to the SAP Connector for AppOne
- Adding activities to the SAP Connector for AppOne
- Adding entities to the SAP Connector for AppOne
- SAP Order to Cash Connector for AppOne
- SAP Purchase to Pay Connector for AppOne
- SAP Connector for Purchase to Pay Discovery Accelerator
- SAP Connector for Order-to-Cash Discovery Accelerator
- Superadmin
- Dashboards and charts
- Tables and table items
- Application integrity
- How to ....
- Working with SQL connectors
- Introduction to SQL connectors
- Setting up a SQL connector
- CData Sync extractions
- Running a SQL connector
- Editing transformations
- Releasing a SQL Connector
- Scheduling data extraction
- Structure of transformations
- Using SQL connectors for released apps
- Generating a cache with scripts
- Setting up a local test environment
- Separate development and production environments
- Useful resources
Set up Actionable Insights
UiPath Action Center is the central portal to track and monitor complex business processes, tasks, people, and robots. You can connect UiPath Process Mining to your UiPath Orchestrator to trigger people or robots based on Process Mining insights. You can use the triggers to add queue transactions for robots, or alert people with actions in UiPath Action Center. This guide describes how to connect with UiPath Orchestrator to enable Actionable Insights.
Download: Actionable Insights.zip
It is assumed that you have:
- downloaded and extracted the Actionable Insights.zip file.
-
installed (as an administrator) Python and the following Python packages on the UiPath Process Mining Server:
- requests,
- json,
- python-dotenv.
- access to a UiPath Cloud Orchestrator cloud or on-prem Orchestrator;
- access to the UiPath Process Mining installation folder on the server;
- downloaded the latest version of the app or Discovery Accelerator for which you want to set up Actionable Insights.
-
knowledge of UiPath Orchestrator and UiPath Action Center.
Important: If you are using an UiPath Orchestrator on premise, it is recommended to install UiPath Process Mining on a different server.
The Actionable insights folder in installation package of the app or Discovery Accelerator contains the files that you need to connect with your UiPath Orchestrator.
Follow these steps to connect your UiPath Orchestrator.
Step |
Action |
---|---|
1 |
Go to the root folder of your UiPath Process Mining installation <PLATFORMDIR> and
create a subfolder
orchestrator . See the
illustration below.
|
2 |
Copy the following files to the subfolder
orchestrator .
See the illustration below. |
3 |
Rename the
.env file to the name of the tenant for which the connection is set up.
For example, if the tenant is Default, theUiPath Orchestrator config file must be renamed to
Default.env . See the illustration below.
|
4 |
Make sure that the settings are set and/or added in the
[tenant].env config file as described below.
|
Set the following settings for UiPath Orchestrator.
ORCH_INSTANCE_TYPE = 1
if your UiPath Orchestrator is on-premises, orORCH_INSTANCE_TYPE = 2
if your UiPath Orchestrator is in the cloud.ORCH_URL = [url]
(the part of the Orchestrator URL including the tenant name, see the illustration below)ORCH_APP_ID = [*App ID*]
-
ORCH_APP_SECRET =[*App secret*]
To obtain the Application ID and the App secret, you must add Process Mining as an external application for the UiPath platform. Once registered, Process Mining can make API calls to UiPath Orchestrator to access the Actions and Queues.
Follow these steps to register Process Mining as an external application.
Step |
Action |
---|---|
1 |
In Automation Cloud click on the Admin option in the menu, and go to External applications, or on your tenant host, go to Settings - Security - External Applications. |
2 |
Click on + Add Application. |
3 |
Enter a name, for example Process Mining, in the Application Name field. Note: the Redirect URL field is optional and can be left blank.
|
4 |
Make sure Confidential application is selected as the Application Type. |
5 |
Click on Add Scopes. TheEdit Resource panel is displayed. |
6 |
Select Orchestrator API Access from the Resource drop-down list. |
7 |
On the Application Scope(s) tab select OR.Tasks and OR.Queues. Click on Save. |
8 |
Click on Add to add the application. |
A popup dialog is displayed showing the App ID and App Secret. See the illustration below for an example.
Follow these steps to set up your Workspace for Actionable Insights.
Step |
Action |
---|---|
1 |
Go to the Superadmin Workspaces tab and select the Workspace for your app or Discovery Accelerator. |
2 |
Create a new folder Actionable insights. |
3 |
Upload the following files to the Actionable insights folder:
See the illustration below. |