# Bypassing Peer Reviews

## Overview

We've also added the ability to automatically bypass a peer review if certain conditions are met. A new option is now available to add a conditions to a Peer Review Action in your Case configuration - if that condition is met, the peer review part of the Action is no longer be required and will be bypassed.

This gives you more flexibility when using Peer Review Actions and allows you to avoid any unnecessary peer reviews.

Watch this video to find out more:

{% embed url="<https://enate.cdn.spotlightr.com/watch/MTM1MjkwMg==>" %}

## Setting a Condition to Bypass Peer Review

To set a condition for a peer review, in your Case flow screen select the relevant 'manual with peer review' type action and, on the Peer Review tab, click the 'Bypass if' icon.&#x20;

<figure><img src="/files/x1dBaOo4K9IxgYHv70JE" alt=""><figcaption></figcaption></figure>

In the resulting popup, set your condition - choosing a data field (which can be standard or one of your own custom data items), then a condition and a value.&#x20;

<figure><img src="/files/AmnzzLr57Fx7Ws3nD5Qp" alt=""><figcaption></figcaption></figure>

Once you're happy with your settings here, click to apply the condition.&#x20;

The 'Bypass if' icon will then be highlighted, showing that a condition has been added.

<figure><img src="/files/9B0j3IgKsSvwSXvRPjko" alt=""><figcaption></figcaption></figure>

Make sure to save the update to your Case and set the new version live.

## Advanced Conditions

Selecting the 'Advanced' option lets you create a more complex condition with a combination of multiple criteria, adding a plus symbol between each part. You can check the validity of your expression via the external dotNetFiddle link.&#x20;

<figure><img src="/files/qtDoCgUNPfEChk2oDm90" alt=""><figcaption></figcaption></figure>

Once you're happy with your settings here, click to apply the condition.&#x20;

The 'Bypass if' icon will then be highlighted, showing that a condition has been added.

<figure><img src="/files/9B0j3IgKsSvwSXvRPjko" alt=""><figcaption></figcaption></figure>

## How Bypassed Peer Review show in Work Manager

Over in Work Manager, if the condition you have added is met at runtime, the activity will move straight from the manual activity onto the next Action, bypassing the peer review stage. A note will subsequently be displayed in the Actions list on the Case screen, showing that the peer review activity was not required.

<figure><img src="/files/tl6RcwAGST2GPCV7ayXg" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Note that users subscribed to receive 'Peer Review Completed' notifications will not receive notifications about peer reviews that have been bypassed.
{% endhint %}

See here for more information about processing Peer Review Actions in Work Manager:

{% embed url="<https://docs.enate.net/enate-help/work-manager/work-manager-2021.1/processing-an-action/peer-review-actions>" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.enate.net/whats-new/older-versions/changes-overview-older-versions/2023.1-changes-overview/bypassing-peer-reviews.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
