Statistics Report
1 min
the statistics report displays a table of metrics for every process in the selected scope — one row per process all columns are sortable use it to identify outliers by size, complexity, or application footprint before planning migration work this report is available in both views per process view — includes only processes within the selected project, folder, or process per call tree view — includes the selected scope plus all dependencies of each main or root process, even if they weren't in the originally selected folder or process ⓘ blueprint excludes duplicate processes from statistics report results processes flagged as duplicates on import are separated out and do not appear in this table rows marked with an asterisk ( ) are reusable components — processes called by more than one other process in the estate each row in the table represents one process the following columns are available process — name of the process total actions — combined count of commands, decision branches, includes, and variables in the process commands — number of steps, excluding decision branches and includes variables — number of unique variables decision branches — number of decisions, including if, if/else, and else branches includes — number of includes; includes are used to call another process complexity — the cyclomatic complexity score of the process, displayed with its category (low / moderate / high) applications — number of applications the process interacts with