Skip to main content


         This documentation site is for previous versions. Visit our new documentation site for current releases.      
 

ListLoop components

Updated on October 19, 2022

The ListLoop component lets you individually read a list of items and execute events for each item.

The component not only loops through a count of items (like the Connectable Loop) but goes further to read the contents of the list and output each item. When you drag the component onto the Automation Surface, the main properties, methods, and events are combined in the design block.

Properties

PropertyDescription
BreakGets a True value when the Break method on the ListLoop has been called.
ItemAs each item is read by the ListLoop, the item is contained in this output property for processing by other components in the solution.
ListCollection of items that the ListLoop will read and execute on.
SensitiveCheck the box to hide this component's values in logs and the Automation Surface.

Events

EventDescription
CompletedTriggered when the ListLoop has read all items in the List and the Break method has not been called.
ItemYieldedTriggered when each item in the list has been read.

Methods

MethodDescriptionParametersResult Type
BreakMethod that has input and output event nodes. The input halts the execution of the ListLoop. The output event is raised when the ListLoop execution has been halted. NoneVoid

Method that has input and output event nodes. The input begins the execution of the ListLoop component and the output is raised when the execution is complete.

Note: This method is not viewable Object Explorer's Configure Type dialog, as it cannot be used independently. The method must always be accessed via the associated ListLoop design block.

NoneVoid

Have a question? Get answers now.

Visit the Support Center to ask questions, engage in discussions, share ideas, and help others.

Did you find this content helpful?

Want to help us improve this content?

We'd prefer it if you saw us at our best.

Pega.com is not optimized for Internet Explorer. For the optimal experience, please use:

Close Deprecation Notice
Contact us