Power DevBox Docs
  • Power DevBox
  • Getting Started
    • Install Chromium Extensions
    • Access Web App
    • Power Platform Connector
    • Visual Studio Code Extension
  • AutoReview
    • AutoReview - Chromium Extension
    • AutoReview - App
    • AutoReview - Power Platform Connector
      • Using Connector
      • Info (v1 & v2)
      • JSON (v1 & v2)
      • File (v2)
      • Diagam (v2)
      • HTTP
      • File (v1)
    • AutoReview - VS Code Extension
    • API
      • V1
        • Information API (v1)
        • Data API (v1)
        • Files API (v1)
      • V2
        • Information API (v2)
        • Data API (v2)
        • Files API (v2)
        • Diagram API (v2)
    • Menu
    • Files
      • Review
      • Report
      • Diagram
      • Exceptions
      • Solution
      • Compare with Previous
      • CSV Files
    • Configs
      • Complexity
        • Complexity Default Values
        • Complexity Template
      • Naming Convention
        • Naming Convention Default Value
        • Naming Template
      • Ratings
        • Ratings Default Value
        • Ratings Template
      • Scoring
        • Scoring Default Values
        • Scoring Template
    • Data JSON
  • V2 / V3.2.0 Update
  • AppReview
    • AppReview - Chromium Extension
      • Known Bugs/Limitations
      • Report Sections
      • App Settings
      • Components
      • Variables
      • Code Block
      • Solution
      • Connections
      • Data Source
      • Diagram
      • Flags
  • Flow Utilizer
    • Flow Utilizer - Start
    • Install
    • Flow Screen
      • Flow Tags
      • Solution Download
    • Solution Screen
    • Charts
    • Account
      • Account Download
  • Dev Tools
    • Power DevBox Chromium Extensions
      • Exception
      • Share
        • Share Demo Videos
      • Shortcut
      • Utility
        • Classic UI Clipboard
        • New UI Clipboard
        • Utility Demo Videos
Powered by GitBook
On this page
  • Meta Data
  • Score Cards
  • Overall Score
  • Top Bar
  1. AutoReview
  2. Files

Review

The Review file combines scoring of the flow and key information for you to view

Last updated 8 months ago

The Review file has 10 sections

  • Meta Data

  • Score Cards

  • Overall Score

  • Trigger*

  • Variable's*

  • Actions*

  • Action Inputs*

  • API Actions*

  • Connection References*

(*) Same sections used in Report file, to see more information please Report

Meta Data

Basic information about the flow, including flow name, flow id, owner and date review ran.

Score Cards

Shows the points for the following metrics. The cards works on a Red, Amber, Green rating, with the thresholds set through the Ratings config file. You can configure your own values through the Configs files.

Complexity

A metric that focuses on the type of connection used, as an example a flow using http actions and loops will be classified as more complex then a similar length flow with a Get Items and filter action. Each actions complexity value is set through the Complexity config file.

Default Thresholds

Green
Amber
Red

<50

50-99

>=100

Actions

Raw count of actions within the flow.

Default Thresholds

Green
Amber
Red

<30

30-49

>=50

Variables

Raw count of variables used within the flow.

Default Thresholds

Green
Amber
Red

<3

3/4

>=5

Exceptions

Count of actions using Run After 'Failed'.

Default Thresholds

Green
Amber
Red

>1

1

0

Overall Score

The Overall score includes a flow score out of 100 and additional flags.

Flow Score

The Flow score is the sum of metrics from the flow. Like all can be scoring, you can set your own values through the Configs files, in particular the Score Config file.

Enforced Thresholds

Green
Amber
Red

>=90

89-75

<75

Variables

Flag to show if all variables meet the following requirements:

  1. Follows naming convention

  2. Is used within the flow

Composes

Count of Composes used in the flow. This value is also used in the Overall Score.

Main

Is a root scope used called 'Main' to enable a single Run After 'Failed' to catch all exceptions. This value is also used in the Overall Score.

Exception

Is a root scope used called 'Exception' with Run After set to 'Failed', to catch all exceptions from the 'Main' scope. This value is also used in the Overall Score.


Top Bar

The top bar has some additional functionality:

Review Configs

The current configs will show, 'default' shows that no custom configs have been set. This allows context for the review score and enable version control.

  • Com: Complexity

  • Rat: Ratings

  • Nam: Naming Convention

  • Sco: Score

Download

Downloads a copy of the review. When a review is open it is linked to AutoReview so if saved through the browser all flow information will be lost. Downloading separates the review and ensures the values are permanent.

Icon

Clicking the icon jumps back to the top of the page.


Next Steps - Remaining sections

Ratings Default Value
Complexity Default Values
Scoring Default Values
Report
LogoAutoReview Review
Live Demo of a Review file