← Back to Explore

inline-child-goto-stop

Child that waits at a content step, then a goto-driven Finish command fails and STOPs (inline composition target for goto propagation)

composition

Rundown


# Inline Child (Goto Stop)

Child runbook used as an inline composition target for goto-driven failure
propagation. Its first step is content-only, so the run loop waits there until a
`goto` jumps to the Finish command, which fails and STOPs.

## 1. Start

- PASS CONTINUE

Waiting for a goto to the Finish step.

## 2. Finish

- FAIL STOP

```bash
rd echo --result fail "child finish failed"
```

Run

Initializing...

Initializing...

Step/2