← Back to Explore

nested-runbook-defer-propagation-child

Child with two DEFER substeps under PASS ALL; 1.1 delegates to grandchild, 1.2 runs locally

delegation defer

Rundown


# Child DEFER Aggregation (With Grandchild Delegation)

Middle of a 3-level DEFER propagation chain. Substep 1.1 delegates to
the grandchild runbook; 1.2 runs locally. Both default to DEFER under
`PASS ALL COMPLETE`.

## 1. Child work

- PASS ALL COMPLETE
- FAIL ANY STOP

### 1.1 Delegated grandchild task

Delegated to the grandchild runbook.

- nested-runbook-defer-propagation-grandchild.runbook.md

### 1.2 Local child task

```bash
rd echo "child local"
```

Run

Delegated grandchild completes; local substep passes; aggregated COMPLETE

Initializing...

Initializing...

Step/1