Task | Iterator for the task |
---|---|
Run a workflow a specific number of times, from a starting number to an ending number. | |
Run a model until a particular variable or condition is True or False. | |
Repeat a process for each feature in a feature class (iterate a selection through all features with shared attributes). | |
Repeat a process for each record in a table (iterate a selection through all records with shared attributes). | |
Repeat a process for each value in a field. | |
Repeat a process for each value in a list of input values. | |
Repeat a process with each dataset in a workspace. | |
Repeat a process with each feature class in a workspace. | |
Repeat a process with each file in a folder. | |
Repeat a process with each raster in a workspace. | |
Repeat a process with each table in a workspace. | |
Repeat a process with each workspace in a folder. |