Code Blocks Report

Updated by Anshu Joshi

The Code Blocks Report represents information about the code blocks in RPA tools. For example, the number of lines of codes in the block, language and the number of code blocks in the selected scope to the users. Since not each RPA tool supports a different set of coding languages, this report can be helpful in determining how much work is needed to rewrite code when migrating to a new RPA platform

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 View 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 Code Blocks Report from the center dropdown.

Glossary

Below are the columns headers and what they represent:

  • Process Name: The name of the process which has code blocks
  • Hierarchy: The hierarchy the process originates from
  • Type: The type of the code blocks in the process
    • Embedded: The code that can be embedded in an action/stage
    • External: External Code that is referenced from an external file
  • Code Blocks: Represents the number of code blocks inside the process
  • Lines of Code: The lines of code inside the code blocks.
  • Language: Language of the code in the code block.
Note: For External Code types, Blueprint does not display the number of lines of code nor the language the code was written in.

Export

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

  1. Click on Actions button
  2. Select Export to Excel
  3. Navigate to the Jobs tab on the top banner
  4. Navigate to the jobs tab and click on Import/Export tab
  5. Click on Download icon on the right side of the row.


How did we do?