Home
Repeat
Repeat
The Repeat element restarts scheme execution based on defined logic.
The Repeat element allows the scheme to re-enter the processing flow, making it possible to retry actions, re-evaluate conditions, or loop through steps until a desired result is achieved.
Repeat helps build flexible and fault-tolerant workflows without duplicating logic.
Use Repeat when you need to:
- Re-run checks after changes are applied
- Retry actions after a failure
- Create controlled loops within the scheme