> For the complete documentation index, see [llms.txt](https://docs.powerdevbox.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.powerdevbox.com/autoreview/files/review.md).

# Review

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

{% embed url="<https://wyattdave.github.io/Auto-Review/Auto-Review%20Demos/Review%20test.html>" %}
Live Demo of a Review file
{% endembed %}

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](/autoreview/files/report.md)

### &#x20;Meta Data

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

### Score Cards

<figure><img src="https://587669603-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4lWqApvE0FgYB0xwkqLD%2Fuploads%2FSOsGC935N7nY47fyu9tu%2Fimage.png?alt=media&amp;token=af826882-96dc-4938-93e7-e801e9241f9c" alt=""><figcaption></figcaption></figure>

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](/autoreview/configs.md) files.

{% content-ref url="/pages/k1vse0H6IQeRGNlUECuo" %}
[Ratings Default Value](/autoreview/configs/ratings/ratings-default-value.md)
{% endcontent-ref %}

#### **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.

{% content-ref url="/pages/8an1Fbhsz628koq1V3Pt" %}
[Complexity Default Values](/autoreview/configs/complexity/complexity-default-values.md)
{% endcontent-ref %}

*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

<figure><img src="https://587669603-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4lWqApvE0FgYB0xwkqLD%2Fuploads%2FkSCNnwFlXHChExcKoAdB%2Fimage.png?alt=media&amp;token=b6ce710f-6b5e-493e-b4c9-737db912d1c9" alt="" width="563"><figcaption></figcaption></figure>

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](/autoreview/configs.md) files, in particular the Score Config file.

{% content-ref url="/pages/MXhaEjGI223HsF0T2ifV" %}
[Scoring Default Values](/autoreview/configs/scoring/scoring-default-values.md)
{% endcontent-ref %}

*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

<figure><img src="https://587669603-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4lWqApvE0FgYB0xwkqLD%2Fuploads%2FAT7Rtqm6q1nnwl6HsUTQ%2Fimage.png?alt=media&amp;token=8ebbcfc5-a0dc-4d4d-896a-70037f7452be" alt="" width="563"><figcaption></figcaption></figure>

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**

{% content-ref url="/pages/tC6HryAfPIZD0T9BlUnf" %}
[Report](/autoreview/files/report.md)
{% endcontent-ref %}
