← Back to Explore

pass-continue

PASS CONTINUE advances to the next step (sequential flow)

transitions

Rundown


## 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
```

Run

Both steps pass on first attempt

Initializing...

Initializing...

Step/