← Back to Explore
stash-pop-interleave
Stash runbook A, run runbook B to completion, pop A and resume
stash-pop
Rundown
# Stash Pop Interleave
Stash this runbook, run a different one to completion, then resume.
## 1. Start work
- PASS: CONTINUE
```bash
rd echo "A: step one"
```
## 2. Finish work
- PASS: COMPLETE
```bash
rd echo "A: step two"
``` Run
Stash A after step 1, run B to completion, pop A and complete
Initializing...
Initializing...
Step—/—