← Back to Patterns
standard-sequential
Sequential runbook with CONTINUE and RETRY transitions
sequential
Source
## 1. Setup
- PASS: CONTINUE
- FAIL: STOP
```bash
rd echo --result pass
```
## 2. Test
- PASS: COMPLETE
- FAIL: RETRY 2
```bash
rd echo --result fail --result fail --result pass
```
Try It
Both steps pass on first attempt
Initializing...
Initializing...
Step—/—
ExpectedCOMPLETE
Env idle