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—/1
# Context Parent Child
## 1. Echo parent context
- PASS COMPLETE
- FAIL STOP
```bash
rd echo "parent-step={{context.parent.step}}"
``` Child auto-executes and echoes parent context
Initializing...