← Back to Explore

delegate-keyword-for-loop

DELEGATE on a FOR loop step — each iteration auto-issues delegation tokens

delegation delegate-keyword for-loops

Rundown


# DELEGATE on FOR Loop Step

## 1. Process items

- FOR item IN 1 TO 2
  - PASS DEFER
  - FAIL BREAK
- DELEGATE
- PASS ALL COMPLETE
- FAIL ANY STOP

### 1.1 Handle {{item}}

- delegation-child-pass.runbook.md

Run

Initializing...

Initializing...

Step/1