← Back to Explore

context-parent-child

Child runbook that echoes parent context variables

variables

Rundown


# Context Parent Child

## 1. Echo parent context

- PASS: COMPLETE
- FAIL: STOP

```bash
rd echo "parent-step={{context.parent.step}}"
```

Run

Child auto-executes and echoes parent context

Initializing...

Initializing...

Step/