# ST-NMG-016 - Argument Length Exceeded

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

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

**Scope**: Workflow

## Description

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

## Recommendation

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

![Recommendation](https://dev-assets.cms.uipath.com/assets/images/studio/studio-docs-image-171421-baf7e75d.webp)

## Reset to Default Values

The default value for ST-NMG-016 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 Values](https://dev-assets.cms.uipath.com/assets/images/studio/studio-docs-image-167785-07c0ff43.webp)
