Iterable ForEach has been edited by Karthick Sankarachary (Sep 29, 2008).

(View changes)

Content:

Extends the <forEach> activity so that the counter variable iterates over the items contained in a given sequence. This extension provides an alternative and more dynamic way of generating N branches, where N is the size of the binding sequence. The semantics of the <completionCondition> stays the same, in that the loop is deemed to be complete if B out of the N branches complete (successfully), where B is its actual value.

Reply via email to