Repeat while
Loops the following steps for as long as a comparison holds.
An action in the Flow Control group.
Its type is action.while.
Declared ports
Section titled “Declared ports”| Port | Label | Flow | Type |
|---|---|---|---|
in |
in | execution in | — |
body |
Repeat this | execution out | — |
completed |
When finished | execution out | — |
source |
Source | data in | Any |
value |
Compare against | data in | Any |
index |
Index | data out | Int |
Configuration
Section titled “Configuration”| Field | Key | Default | Notes |
|---|---|---|---|
| Type | type |
AUTO |
AUTO, INT, LONG, DOUBLE, FLOAT, BOOLEAN, STRING, DATE_TIME |
| Field | field |
— | — |
| Operator | operator |
EQUALS |
EQUALS, NOT_EQUALS, GREATER_THAN, LESS_THAN, GREATER_THAN_OR_EQUAL, LESS_THAN_OR_EQUAL, CONTAINS, MATCHES_REGEX |
| Source | source |
— | — |
| Compare against | value |
— | — |