# ST-NMG-008 - Variable Length Exceeded

> ST-NMG-008 Workflow Analyzer rule that flags variable names exceeding a configurable character limit in Studio workflows.

**Rule ID**: `ST-NMG-008`

**Scope**: Activity

## Description

This rule checks whether the name of each variable defined in the workflow exceeds a certain number of characters.

## Recommendation

The names of variables should not be longer than a set number characters. It is recommended to abbreviate longer words, as they make it difficult to monitor variables during debugging, especially if the first part of the name is the same.

## Modifying the Rule

In the **Project Settings** window, select the **Workflow Analyzer** tab:

![Modifying the Rule](https://dev-assets.cms.uipath.com/assets/images/studio/studio-docs-image-168825-7d6d1281.webp)

After selecting the **Variable Length Exceeded** rule, add a custom number of characters in the **Length** field.

If we add the number 10, then the rule checks if the names of variables defined in the file or project exceed 10 characters.

## Reset to Default Value

The default value for ST-NMG-008 is `30`.

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

![Reset to Default Value](https://dev-assets.cms.uipath.com/assets/images/studio/studio-docs-image-169413-df33a62a.webp)
