Repeat
Loops the following steps a set number of times — repeat 10 times, and so on.
An action in the Flow Control group.
Its type is action.repeat.
Declared ports
Section titled “Declared ports”| Port | Label | Flow | Type |
|---|---|---|---|
in |
in | execution in | — |
body |
Repeat this | execution out | — |
completed |
When finished | execution out | — |
times |
How many times | data in | Int |
index |
Index | data out | Int |
Configuration
Section titled “Configuration”| Field | Key | Default | Notes |
|---|---|---|---|
| How many times | times |
3 |
— |