> For the complete documentation index, see [llms.txt](https://docs.work-relay.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.work-relay.com/processes/working-with-processes/totals-process-statistics/active-steps-by-risk-of-being-late.md).

# Active steps by risk of being late

This chart shows all active steps for Process Instances in progress, grouped by their risk of being late.

* Risk is defined as the possibility of a step being completed after its due date.
* The closer the step is to its due date, the higher the Risk of the step being late.
* By default, the calculated Risk for a step includes the buffer projected upon the active step based on the pace of its predecessors. This can be switched off by using “Include Buffer” toggle (1).

![](/files/85340d7bfb035236b5ec44d6d8eb64b8e114b793)

{% hint style="info" %}
The number of active steps may be higher than the number of process instances, as an instance may have multiple active steps running in parallel.
{% endhint %}

Click the "Hint" button (2) to display some brief information about this chart.

Click the "Expand" button (3) to expand the chart to full browser window size. This can be useful when the chart contains lot of data or when presenting information. In the expanded state, the "Collapse" button will be displayed instead:

![](/files/b5b30da0c42dfa6ab1807b8ea83a40382ca1a5ae)

Hovering your cursor over a segment of the donut chart will display the total value of that segment (4):

![](/files/f9b243f4348dca5023328db2cfb31960b550f4d8)

Clicking an individual segment will navigate the user to the Instances tab for the current process version, where entries shown will be filtered based on the segment selected.

* When "Include Buffer" is turned off, if a user clicks on segment of the chart, the entries shown will be filtered by the following criteria:

```apex
Active = true
AND
Active Step Risk = %Risk corresponding to clicked sector%
AND
Active Step Start Date < %last day 11:59 PM of selected period%
```

* When "Include Buffer" is turned on, if a user clicks on a segment of the chart, the entries shown will be filtered by the following criteria:

```apex
Active = true
AND
Active Step Risk with buffer = %Risk corresponding to clicked sector%
AND
Active Step Start Date < %last day 11:59 PM of selected period%
```

If the process version contains subprocesses, the segment displays extended information (5), such as the number of steps per each process (parent and subprocesses). Each process name is a link (6) that opens the appropriately-filtered Instances tab for the selected Process in a new browser tab.

If the Process has no started instances, or no instances match the selected period, this chart will display a "There is no data" message.
