For-Each Array Flow
A schema that is used to validate a part of Laboperator workflow templates.
An iteration flow of steps or nested flow control schemas. The loop will be iterated once per item in a given source array.
forEachrequired | reference Member NameAn intermediate iterator field which holds the index of the current array item.
The field must be defined in the template as type |
---|---|
inrequired | reference Member NameA source data field which will be iterated upon.
The field must be defined as type |
dorequired |
Examples:
forEach: iterator
in: collection
do:
- step1
- step2
Where is this used?
Other schemas that have a reference ($ref
) to this schema.
No references found.