← Back to Explore
mixed-modifiers
Demonstrates complex transition conditions with ALL/ANY modifiers
transitions
Rundown
# Complex Transitions
## 1. Aggregation
- PASS ALL CONTINUE
- FAIL ANY STOP "Failed"
```bash
rd echo --result pass
```
## 2. Optimistic
- PASS ANY GOTO 4
- FAIL ALL RETRY 3 STOP
```bash
rd echo --result pass
```
## 3. Empty
- PASS CONTINUE
```bash
rd echo --result pass
```
## 4. End
- PASS COMPLETE
```bash
rd echo --result pass
``` Run
All steps pass through to completion
Initializing...
Initializing...
Step—/4