# ST-DBP-002 - High Arguments Count

> ST-DBP-002 (Design Best Practices): flags workflows where the total number of arguments exceeds a configurable threshold.

**Rule ID**: `ST-DBP-002`

**Scope**: Workflow

## Description

This rule checks whether the number of all arguments existing in the workflow surpasses a certain threshold.

## Recommendation

Reduce the number of arguments in a workflow to a minimum.

## Modifying the Rule

In the **Project Settings** window, select the **Workflow Analyzer** tab. Find and select the rule, as in the image below:

![docs image](https://dev-assets.cms.uipath.com/assets/images/studio/standalone-docs-image-167033-55289fb7.webp)

To change the threshold, simply modify the value in the **Arguments Count** field. The default value is 20, which means that the rule requires the workflow not to have more than 20 arguments.

If you modify the default value to 10, then the rule would check if the number of arguments exceeds 10.

## Reset to Default Value

The default value for ST-DBP-002 is `20`.

To reset the value to default right-click the rule in the **Project Settings** window, and then click **Reset to default**.

![docs image](https://dev-assets.cms.uipath.com/assets/images/studio/standalone-docs-image-168077-8c06f37c.webp)
