← Back to Explore

pass-stop

PASS STOP halts the runbook on success

transitions

Rundown


# PASS STOP

PASS: STOP halts the runbook immediately when a step succeeds.

## 1. Critical check

- PASS: STOP "Halted on success"
- FAIL: CONTINUE

```bash
rd echo "critical check"
```

Run

Step passes, runbook halts via PASS STOP

Initializing...

Initializing...

Step/