Mains Report
The Mains Report provides users with an overview of aggregate statistics for an all automations within the selected scope.
An automation consists of a Main process and all called Sub-Processes. Each automation is identified by its Main process in the report.
Accessing the Mains Report
- Choose RPA Dashboards and Reports dropdown in the main header.
- Click Statistics.
- Select Per Call Tree View from the Views dropdown.
- Select the desired scope on the top right by clicking Change Scope and click OK. For more information, see Using Scope and View.
- Select Mains Report from the center dropdown.
Glossary
Below are the columns headers and what they represent:
Column Name | Description |
Call Tree | The name of the Main process. |
Hierarchy | The hierarchy the Main process originates from |
Total Actions | This is the combined number of Commands, Decision Branches, Includes, and Variables the Call Tree has. |
Commands | This is the number of steps (not including decision branches or includes) the Digital Blueprint has. |
Variables | This is the number of unique variables the Digital Blueprint has. |
Decision Branches | This is the number of decisions within the Digital Blueprint. This includes if's, if/else, and else branches. |
Includes | This is a count of the number of Includes the Digital Blueprint has. Typical use of an include is to “call” another process. |
Complexity | This is the Cyclomatic Complexity of the process that make up that 'bot' or main. Refer to Cyclomatic complexity - Wikipedia. |
Applications | This is a count of the number of applications the process is interacting with. |
Call Tree | Call Tree Icon generates the call tree from the Main bot. |
Exporting the Mains Report
This report can be exported to an excel file for further analysis if there is at least one (1) result. To download the report:
- Click on Actions dropdown
- Select Export Current View to Excel or Export Mains with Dependencies to Excel
- Export Current View to Excel exports the table exactly as is to an excel document. The exported Excel document provides users with detailed statistics on each main bot contained in the Call Tree. Bots are categorized by Main ID, allowing for easy identification of their associated Main processes. This sheet will include:
Column Name
Description
Process ID
Blueprint ID Number
Hierarchy
The hierarchy the Main process originates from
Call Tree
Name of the Main processes
Commands
This is the number of steps (not including decision branches or includes) the Digital Blueprint has.
Variables
This is the number of unique variables the Digital Blueprint has.
Decision Branches
This is the number of decisions within the Digital Blueprint. This includes if's, if/else, and else branches.
Includes
This is a count of the number of Includes the Digital Blueprint has. Typical use of an include is to “call” another process.
Complexity
This is the Cyclomatic Complexity of the process that make up that 'bot' or main. Refer to Cyclomatic complexity - Wikipedia.
Applications
This is a count of the number of applications the process is interacting with.
Total Actions
This is the combined number of Commands, Decision Branches, Includes, and Variables the Digital Blueprint has.
- Export Mains with Dependencies to Excel exports the Main bots along with their dependencies. It provides users with more detailed statistics on each individual bot and their dependencies included in each Main Call Tree. The bots are grouped by Main ID, allowing users to easily identify which bots belong to which Main process. This level of granularity enables users to gain a better understanding of the contents of individual bots within their automation estate. This sheet will include:
Column Name
Description
Process ID
Blueprint ID Number
Hierarchy
The hierarchy the Main process originates from
Call Tree
Name of the Main processes
Main Process ID
Process Id of the Main Process for each process
Commands
This is the number of steps (not including decision branches or includes) the Digital Blueprint has.
Variables
This is the number of unique variables the Digital Blueprint has.
Decision Branches
This is the number of decisions within the Digital Blueprint. This includes if's, if/else, and else branches.
Includes
This is a count of the number of Includes the Digital Blueprint has. Typical use of an include is to “call” another process.
Complexity
This is the Cyclomatic Complexity of the process that make up that 'bot' or main. Refer to Cyclomatic complexity - Wikipedia.
Applications
This is a count of the number of applications the process is interacting with.
Total Actions
This is the combined number of Commands, Decision Branches, Includes, and Variables the Digital Blueprint has.
- Navigate to the Jobs tab on the top banner
- Click the Download icon () on the right side of the row.