The Exit Loop action node can be placed inside a or loop to end its execution.
Example
In this example, a list of orders is iterated. When an Order with the status New is found, it is set as selected and the loop ends. If there are any action nodes after the loop, these will be run next.