← Back to Patterns

default-transitions

Tests implicit PASS to CONTINUE and FAIL to STOP when no transitions defined

transition

Source


# Default Transitions

Tests implicit PASS→CONTINUE, FAIL→STOP when no transitions defined.

## 1. Step with no transitions

```bash
rd echo --result pass
```

## 2. Final step
- PASS: COMPLETE

```bash
rd echo --result pass
```

Try It

Both steps pass with implicit transitions

Initializing...

Initializing...

Step/
ExpectedCOMPLETE
Env idle