← Back to Explore
for-iteration-retry
RETRY as an iteration-level transition within a FOR loop
for-loops
Rundown
# FOR Iteration Retry
## 1. Process items
- FOR item IN 1 TO 2
- FAIL: RETRY 1 CONTINUE
- PASS ALL: COMPLETE
### 1.1 Attempt {{item}}
```bash
rd echo --result fail --result pass
``` Run
Each iteration fails once then passes on retry via iteration-level RETRY
Initializing...
Initializing...
Step—/—