﻿# Set Indicator’s Values

> [HTML Version](set-process-metrics-value.html)

**(set-process-metrics-value-1.png)**Use the **Set Indicator’s Value** activity to add a published [indicator](business-process-metrics.md) to a business process and get data on the performance of process instances.

On the process diagram, place the activity next to the step you want to analyze. For example, you can track:

- The number of task repetitions. Use the **Counter** type and place the activity before or after a step to determine how many times it is executed.

- Change of values in a variable. Use the **Value** type and place the activity before and after a step to record the preliminary and final values.

- Time interval between two steps. Use the **Time Interval** type and place the activity after a step to save the start and end dates. Use the [Script](360027203731.md) activity to record values.

You can display the collected data on a separate page using the [Chart](chart.md) widget. This way you can analyze the process performance and identify problematic steps.

For example, in the **Finalize a deal** process, a sales rep drafts the initial contract and specifies the number of goods. After discussing with the customer, this quantity might be adjusted. Using the indicator, you can track both the initial and final quantity of goods. This way, the chart shows how the number changes from the first draft to the finalized deal.

````
Начало внимание

````
Only users included in the [Administrators](360006871932.md#administrator) group can customize the activity.

````
Конец внимание

## ````
Customize the Set Indicator’s Value activity

1. Go to the business process designer.

2. On the toolbar to the right of the flow chart page, open the **System Elements** tab.

3. Drag the **Set Indicator’s Value** activity onto the process diagram and place it where you want to collect data on the execution of the process step.

4. Double-click the added activity to open its settings window.

### General tab

Use this tab to fill out general information about the activity:

**(set-process-metrics-value-2.png)**

- **Name\***. Enter the name of the activity. You can see it on the process diagram.

- **Indicator**. Select the indicator you want to collect data for on this process step.

- **Indicator type**. The field automatically shows the [type](business-process-metrics.md#indicator-type) of the selected indicator: **Counter**, **Value**, or **Time Interval**.

- **Action**. The field is available for the **Counter type**. You can use the activity to record:

	- Counter increase. The number of process instances where the step is finished.

	- Counter decrease. The number of process instances where the step is not started yet.

### Field values tab

On the tab, you can choose which values to assign to the indicator's properties. This lets you save the results of the process instance and show them on the chart.

There are the following peculiarities when mapping the variables:

- The **Value** indicator. Map the **Value** system property to the process variable where you want to record the result to be tracked.

- The **Time Interval** indicator. Map its **Interval start** and **Interval end** system fields to the process variables where you want to record the required values.

- The **Event author** and **Event time** system properties are not mapped to variables, because the values in them are sent automatically as the process progresses. When customizing the chart, these properties can be added as filters for data search.

- Custom properties of the indicator. Map them to process variables or to one of the options of the [Category](360009707032.md#category) type property if you have added it to the indicator context.

Use case for customizing field values

  
To track the preliminary and final quantity of goods in the **Finalize a deal** process, we use an indicator of the **Value** type. Place this indicator twice on the process diagram: before and after the **Make changes to the order specification** task.

   
One indicator can record several values from the process. To do this, in the indicator context, add the **Number of goods** custom property of the **Category** type with two options: **Number of goods before the deal** and **Number of goods after the deal**.

   
When customizing the indicator, map its properties to the process values:

- In the first case, the preliminary number of goods is recorded in **Number of goods before the deal**. The **Value** system property is mapped to the **Goods** context variable of the process. In this variable, the sales rep specifies the number of goods at this step.

- In the second case, the final quantity of goods is recorded to **Quantity of goods after the deal**. The **Value** system property is also mapped to the **Goods** process variable. In this variable, the sales rep specifies the new number of goods after adjusting the order specification.  
**(set-process-metrics-value-3.png)**



### Description tab

The tab is available in system versions 2025.10 and higher.

Indicate service information about the block's operation. System administrators and employees modeling the process will be able to access the tab and review this data.

When the adjustments are complete, save and publish the process.

Once the process instances are executed, on the [chart](chart.md), you can see the data measured by the indicator.