← Back to Explore

mixed-named-dynamic

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

named dynamic mixed

Rundown


# 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

Run

This pattern does not have interactive scenarios defined.

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