← Back to Patterns

mixed-named-dynamic

Demonstrates mixed named and dynamic steps with individual recovery handlers for each iteration

named dynamic mixed

Source


# Mixed Named and Dynamic Steps

## {N}. Process Item
### {N}.1 Execute
- FAIL: GOTO {N}.Recovery
- PASS: GOTO NEXT

### {N}.Recovery Recovery
- PASS: GOTO NEXT
- FAIL: GOTO GlobalError

## GlobalError
- PASS: STOP "All items failed"

Handle global errors

Try It

This pattern does not have interactive scenarios defined.

Add a scenarios section to the frontmatter to enable interactive execution.