Home & Global Resources
Blueprint Assess
Getting Started
Settings & Administration
Analyze
Overview
Scenario Demonstration
Features
Process Details
Blueprint Migrate
Getting Started
The Blueprint User Interface
Change Your Password
Open a Project
Organize Artifacts and Assets
Close a Project
Status Indicators
Jobs
Exporting from Source RPA Tools
How to export a UiPath Automation Project from UiPath Orchestrator
How to export .bprelease files from Blue Prism
Blue Prism VBO Matching on Import
How to Export .zip files from Automation A360 Control Room
Importing
Exporting
RPA Export from Blueprint
Variable Prefixing
Why We Create Multiple Similar Subflows During Migration
Understanding Wrapper Flows in Power Automate Desktop
Setting up defaultRunDotNetScriptReferences
AsEnumerable Support
XmlDocument Support
Bulk Reimport/Recalculate
Metabot Migration - Best Practices
Artifacts Management
Base Artifact Types
Creating and Managing Artifacts
View and Edit Artifacts in the Utility Panel
Concurrent User Activity in Artifacts (Steal Lock)
Using Descendants View
Global Actions
Rules
Introduction to Rules
Using Rules
Using Rules CSV
Common Procedures
Custom Action Mapping
Reuse Mapping to Power Automate Desktop
Manual Reuse
TODO, Error, and Robin Mapping
Script Mapping
Variable Name Dependency Mapping
Variable Renaming and Initialization
DLL/Method Invocation Mapping
Unresolved References
AA Metabots
Work Queues Mapping
Rules Wizard
Solutions & Best Practices
Working with Migration Output in Power Automate Desktop (PAD)
Blueprism to PAD Migration Output Details
UiPath to PAD Migration Output Details
AA to PAD Migration Output Details
RPA Value-Mapping Assessments
Why Choose Blueprint Cloud vs. On Premise ?
Setting up SAP for RPA
API & Developer Resources
REST API Request Header and Parameters
REST API Request Body and Parameters
REST API - Listing Artifacts in the Request Body
REST API - Defining an Artifact in the Request Body
REST API - Defining a Comment in the Request Body
REST API - Defining a Reply in the Request Body
REST API - Defining a Trace in the Request Body
REST API - Filter Parameter
REST API - Defining a User in the Request Body
REST API Requests
REST API - Add Attachment to Subartifact Request
REST API - Get Artifact Request
REST API - Add Traces Request
REST API - Get Project by Id Request
REST API - Update Custom Choice-Property Type Request
REST API - Publish Comments Request
REST API - Publish Artifact Request
REST API - Update Comment Request
REST API - Delete User Request
REST API - Add Comment Request
REST API - Close Review Request
REST API - Get Discussion Status Request
REST API - Update Reply Request
REST API - Get Attachment Request
REST API - Delete Comment Request
REST API - Create Project Request
REST API - Get Group Request
REST API - Rate Comment Request
REST API - Get Child Artifacts of Artifact Request
REST API - Discard Artifacts Request
REST API - List Artifacts Request
REST API - Rate Reply Request
REST API - Move Artifact Request
REST API - Delete Attachment Request
REST API - List Projects Request
REST API - Get Blueprint Product Version Request
REST API - Update Standard Choice Property Request
REST API - Get Review Request
REST API - Reply to Comment Request
REST API - Update User Request
REST API - Get Collection Request
REST API - Delete Artifact Request
REST API - List Collections Request
REST API - Authenticate Request
REST API - Get Artifact Type Request
REST API - List Artifact Types Request
REST API - Delete Reply Request
REST API - Get Root Artifacts of Project Request
REST API - Add Attachment Request
REST API - Create User Request
REST API - List Reviews Request
REST API - List Groups Request
REST API - Get User Request
REST API - Delete Traces Request
REST API - Add Artifact Request
REST API - List Users Request
REST API - Get Artifact Image Request
REST API - Update Artifacts Request
REST API - List Unpublished Artifacts Request
REST API HTTP Methods
REST API - HTTP HEAD Method
REST API - HTTP DELETE Method
REST API - HTTP GET Method
REST API - HTTP POST Method
REST API HTTP Status Codes
REST API - HTTP PATCH Method
Blueprint REST API
REST API Quick Start Example
REST API Requests and Responses
REST API Security and Authentication
REST API Known Issues & Constraints
REST API Requests
REST API Resources
REST API - Defining an ALM Job in the Request Body
Dashboards & Reports
Statistics Report Options
Using Scope and View
Statistics Dashboard
Statistics Reports
Applications Dashboard
Applications Report
Estimator Dashboard
Estimator Reports
How to Change the Main Process Label for Estimations
Bulk Reporting
Call Trees
Blueprint + PowerBI Dashboards
How to Create Microsoft Power Automate RPA Migration Estimates with Blueprint
Licensing
Settings & Administration
Overview of Blueprint Settings
System Reports
System Reports
License and Activity Reporting
User List
Project Activity
User Roles
Artifact Map
Project Usage
User Activity Report
Audit Log
System Logs
User Management
Creating and Managing Users
Creating and Managing Groups
Creating and Managing Instance Administrator Roles
Creating and Managing Project Administrator Roles
RPA Management
Microsoft 365 Authentication Settings
Integration Reporting
Migrate - Import/Export
Migrate - Dashboards
Migrate Settings
Advanced Settings
Projects
Installation
Blueprint Installation Guide
System Requirements
Supported Third-Party Components
Azure App Registration (Power Automate Export)
Release Notes
Table of Contents
- All Categories
- Dashboards & Reports
- Applications Report
Applications Report
Effort - Big & Complex First. Blueprint orders all Call Trees by size and complexity starting with the biggest and most complex first. Users may export the current view to excel via the Actions dropd…

Accessing the Applications Report
The Processes Using Application Report (bottom) displays a table with information about applications used by processes within a selected Scope (Project or Folder).
- Choose RPA Dashboards and Reports dropdown in the main header.
- Click Applications.
- Select Per Process View or Per Call Tree View from the Views dropdown.
Per Call Tree View will search for dependencies of each Main or Root process and add them to the current scope, even if they weren't in the initial folder or process selected.
- Select the desired scope on the top right by clicking Change Scope and click on OK. For more information, see Using Scope and View.
- Scroll down to the table view and review Processes Using Application report. Each report has a search functionality, can be sorted by column, and can be exported to excel via the Actions 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 imported process has. |
Commands | This is the number of steps (not including decision branches or includes) the imported process has. |
Variables | This is the number of unique variables the imported process has. |
Decision Branches | This is the number of decisions within the imported process. This includes if's, if/else, and else branches. |
Includes | This is a count of the number of Includes the imported process 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. |
Exporting the Applications Report
The Processes Using Application report can be exported to an excel file for further analysis.
- Click on Actions dropdown
- Select Export All Actions to Excel, Export Current View to Excel or Export Command Frequency to Excel
- Export Current View to Excel exports the table exactly as is in Blueprint to an excel document.
- 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. This report export 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
- 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. This report export includes:
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.
- Navigate to the Jobs tab on the main header.
- Click on Download icon (
) on the right side of the row.
How did we do?
Applications Dashboard
Estimator Dashboard