- Getting Started With TemplateOne
- Steps to Roll-out TemplateOne 1.0.0
- Input Tables of TemplateOne 1.0.0
- Adding Custom Attributes
- Configuring the Context Bar
- 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
- 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
Getting Started With TemplateOne
Introduction
TemplateOne is a fully customizable, flexible and re-usable starting point to develop custom Process Mining dashboards and KPIs based on a businesses needs. TemplateOne provides a set of out-of-the-box dashboards. See TemplateOne menus and dashboards.
TemplateOne offers the flexibility to add process-specific dashboards, metrics, and KPIs.
Prerequisites
To roll out TemplateOne to end-users, a specific development setup is required.
It is assumed that:
- you have downloaded the TemplateOne release package.
- the development tools described in are installed.
-
you have a Git repository for version control of the connector. See Using a Git Repository.
For dashboard development and creating app releases, you also need to have a UiPath Process Mining installation with access to the Git repository.
TemplateOne Release Package
The TemplateOne release package includes a Basic SQL connector that enables you to load your cases and events data for use in the TemplateOne dashboards. There are two available TemplateOne packages.
TemplateOne-EventLog-version.mvtag
;TemplateOne-Cases-EventLog-version.mvtag
.
Based on the format of your input data, you choose the appropriate package.
Package |
To be used with when... |
---|---|
|
the input data for cases and events is available in one input file. |
|
the input data for cases and events is split up into two different input files. |
In TemplateOne, all transformations are grouped together and are part of the SQL connector. The SQL connector together with the app dashboards form the app. See the illustration below.
From Data to Dashboard
Step |
Description |
---|---|
Extract |
The data is extracted from the source systems and loaded into a SQL Server database without making any changes to the data. |
Transform |
The raw data is transformed in a format that is expected by the dashboards using SQL transformations. |
Load |
The transformed data is loaded into the dashboards. |
See the illustration below for an overview.
The TemplateOne release package contains the dashboards definitions and covers all the steps to display the data into the dashboards.