← Back to Explore

delegate-prompted-for

FOR loop with unresolved bounds demotes to prompted-for, delegation completes child

delegation for-loops prompted-for

Rundown


# Prompted FOR Delegation

FOR loop with unresolved bounds (`{{N}}`) demotes to prompted-for mode. Each iteration delegates to a child runbook.

## 1. Process items

- FOR item IN 1 TO {{N}}
  - PASS DEFER
  - FAIL BREAK
- PASS ALL COMPLETE
- FAIL ANY STOP

### 1.1 Handle {{item}}

Delegated to child runbook.

- delegation-child-pass.runbook.md

Run

Unresolved FOR demotes to prompted-for, delegation completes child

Initializing...

Initializing...

Step/1