# 81001: The Widget has exceeded max steps in a loop

Log Level: WARNING

## Description

This limitation is enforced to prevent infinite loops. Please try to design your flows such that they terminate.

### Possible causes

* You have a single widget looping back on itself too many times.

### Possible solutions

* Remove the single widget loop.
