← Back to Explore

substep-retry

RETRY on a substep that fails then succeeds

substeps retries

Rundown


# Substep Retry

RETRY on a substep that fails then succeeds on retry.

## 1. Parent

### 1.1 Flaky substep

- PASS: CONTINUE
- FAIL: RETRY 2 STOP

```bash
rd echo --result fail --result pass
```

### 1.2 Final substep

- PASS: COMPLETE

```bash
rd echo "done"
```

Run

Substep 1.1 fails then retries and succeeds, completes via 1.2

Initializing...

Initializing...

Step/