← Back to Explore

fail-all-standalone

FAIL ALL STOP fires only when every substep fails

transitions

Rundown


# FAIL ALL Standalone

## 1. Optimistic check

- PASS ANY: CONTINUE
- FAIL ALL: STOP

### 1.1 First check

```bash
rd echo "check one"
```

### 1.2 Second check

```bash
rd echo "check two"
```

## 2. Done

- PASS: COMPLETE

```bash
rd echo "completed"
```

Run

One substep passes so PASS ANY continues

Initializing...

Initializing...

Step/