Overview
Etlworks allows a workflow step to be executed repeatedly using a loop. Looping is commonly used when a flow needs to run multiple times with different parameters or input data.
Typical use cases include:
- processing records returned by a database query
- iterating through paginated APIs
- processing files matching a wildcard pattern
- executing a flow a fixed number of times
Looping is configured at the workflow step level and applies to the flow executed by that step.
For full documentation on configuring loops and the different loop types supported by Etlworks, see: