Loops through a collection of entities.
Target parameters (in) and Activity options
Enumerable |
A collection of entities that should be looped through. |
EnumerableType |
The entity type in the collection. |
Source parameters (out)
CurrentEntity |
The current entity in the loop. This one is normally used as both branch criteria “Is Not Null” and as a parameter to the activities that will do something with the entity. When this is null, the loop is finished. |
Comments
0 comments
Please sign in to leave a comment.