← Back to Explore
inline-composition-stop
Parent whose single inline substep aggregates FAIL ANY STOP, so an inline child's failure propagates a parent STOP during the driver's own pass
compositioninline
Rundown
# Inline Composition (Stop)
Exercises inline child execution where the composing parent has a **single**
inline substep under `FAIL ANY STOP`. Because the substep is the only one in the
step, resolving it `fail` aggregates immediately — the parent reaches a STOP
terminal *during* the driving command's propagation pass (`rd run --step`,
`rd goto`, or `rd fail`), rather than on a later aggregation `rd pass`.
## 1. Review
- PASS ALL CONTINUE
- FAIL ANY STOP
### 1.1 Inline gate
Run the inline gate.
## 2. Done
- PASS COMPLETE
All reviews complete.Run
Initializing...
Initializing...
Step—/2