← Back to Explore

nested-runbook-defer-propagation-grandchild

Grandchild with two DEFER substeps under PASS ALL — aggregates to COMPLETE

delegation defer

Rundown


# Grandchild DEFER Aggregation

Leaf of a 3-level DEFER propagation chain.

## 1. Grandchild work

- PASS ALL COMPLETE
- FAIL ANY STOP

### 1.1 First grandchild check

- DEFER

```bash
rd echo "grandchild first"
```

### 1.2 Second grandchild check

- DEFER

```bash
rd echo "grandchild second"
```

Run

Both DEFER substeps pass via bash exit 0; aggregated COMPLETE

Initializing...

Initializing...

Step/1