← Back to Patterns
mixed-named-static
Demonstrates mixing numbered static steps with named dynamic steps, showing error handling and routing patterns.
named mixed
Source
# Mixed Named and Static Steps
## 1. Setup
- PASS: CONTINUE
## 2. Execute
- PASS: CONTINUE
## 3. Validate
- FAIL: GOTO ErrorHandler
- PASS: COMPLETE
## ErrorHandler
- PASS: STOP ERROR
Log the error and stop
Try It
This pattern does not have interactive scenarios defined.
Add a scenarios section to
the frontmatter to enable interactive execution.