Statistics Report

Updated by Sean Ellner

The Statistics Report displays a table with various statistics detailing the contents of each process within the selected scope.

To access the report:

  1. Navigate to Statistics Dashboard page:
    1. Choose RPA Dashboards and Reports dropdown in the main header, then click Statistics.
  2. Select the Per Process or Per Call Tree from the Views dropdown.
  3. Select the desired scope on the top right by clicking Change Scope and click on OK. For more information on selecting a scope, please see Selecting a Scope in Dashboards.
  4. Select Statistics from the center dropdown.

Glossary

Below are the columns headers and what they represent:

Column Name

Description

Process

The name of the process.

Total Actions

This is the combined number of Commands, Decision Branches, Includes, and Variables the Digital Blueprint 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.  Refer to Cyclomatic complexity - Wikipedia.

Applications

This is a count of the number of applications the process is interacting with.

Export

How to Export

This report can also be exported to an excel file for further analysis. To download the report

  1. Choose RPA Dashboards dropdown in the main header, then click the Statistics tab.
  2. Click on Actions button
  3. Select Export All Actions to Excel or Export Current View to Excel or Export Command Frequency to Excel
  4. Navigate to the Jobs tab on the top banner
  5. Navigate to the jobs tab and click on Import/Export tab
  6. Click on Download icon on the right side of the row.

Exports

  1. Export Current View to Excel exports the table exactly as is to an excel document.
  2. Export All Commands to Excel report provides a comprehensive overview of action mappings in an Excel format. It displays every command from each process within the selected scope, indicating whether the action is mapped or unmapped."
    This sheet includes:

Column Name

Description

Process ID

Blueprint ID Number

Hierarchy

The hierarchy the process originates from

Process Name

Name of the process

Application

What application is being used for the current action

Command

Command name in Blueprint's Common Object Model

Step Name in DGB

Name of the Shape once imported into Blueprint's Common Object Model

Mapped to PAD*

A predictive metric showing whether a specific action is mapped to Power Automate Desktop. Indicated with 0 being unmapped and 1 being mapped

Mapped to UiPath*

A predictive metric showing whether a specific action is mapped to UiPath. Indicated with 0 being unmapped and 1 being mapped

Mapped to A360*

A predictive metric showing whether a specific action is mapped to A360. Indicated with 0 being unmapped and 1 being mapped

*Indicates predictive mapping

  1. Export Command Frequency Excel detailed information about the occurrence count of each command in Excel format. This report is designed to help users grasp the frequency associated with each command for every process within the selected scope. Additionally, it offers insight into which commands are currently mapped or unmapped in COM.
    This sheet will include:

Column Name

Description

RPA Product

The name of the source RPA Tool.

Source Application

 The application name in the respective source RPA tool

Source Command

Command name in the source RPA tool

Application

Application name in Blueprint's Common Object Model

Command

Command name in Blueprint's Common Object Model

Step Count

The total number of occurrences of a specific command within the selected scope.

Process Count

The total count of bots within the selected scope where specific commands occur.

Sample Process Reference

One of the process IDs that references a specific command in the Step Count and Bot Count

Sample Command Reference

The command reference is a sub-artifact ID that directs the user to the referenced command within a process.

Mapped to PAD*

A predictive metric showing whether a specific action is mapped to Power Automate Desktop. Indicated with 0 being unmapped and 1 being mapped

Mapped to UiPath*

A predictive metric showing whether a specific action is mapped to UiPath. Indicated with 0 being unmapped and 1 being mapped

Mapped to A360*

A predictive metric showing whether a specific action is mapped to A360. Indicated with 0 being unmapped and 1 being mapped

*Indicates predictive mapping


How did we do?