Rundown
# FOR Retry In Iteration
## 1. Process items
- FOR item IN 1 TO 2
- PASS ALL: COMPLETE
### 1.1 Attempt {{item}}
- PASS: CONTINUE
- FAIL: RETRY 2 STOP
```bash
rd echo --result fail --result pass
``` Run
Each iteration fails once then passes on retry
Initializing...
Initializing...
Step—/—