← Back to Explore

fail-complete

FAIL COMPLETE finishes the runbook on failure

transitions

Rundown


# FAIL COMPLETE

FAIL: COMPLETE finishes the runbook when a step fails.
Useful for handled failures or early exit success.

## 1. Check condition

- PASS: CONTINUE
- FAIL: COMPLETE "Completed with warnings"

```bash
rd echo "check condition"
```

Run

Step fails, runbook completes via FAIL COMPLETE

Initializing...

Initializing...

Step/