Split-Join Properties View - For Each

Use this properties page to review and configure the selected For Each in a Split-Join.

For Each executes logic configured within its Scope a specified number of times.

This page has two tabs:

The For Each tab has the following options:

Option
Description

Parallel

Select one of the following options:
  • If yes is selected, each iteration of For Each is executed in parallel.
  • If no, each iteration of For Each is executed sequentially.

Counter Variable Name

Defines an implicit variable within the Scope of the For Each. Each iteration of the For Each contains an isolated instance of this variable. In turn, every instance is set to an iteration number; for example, the first iteration has its value set to Start Counter Value, the second iteration to Start Counter Value+1, etc.

Start Counter Value

The value of the Counter Variable for the first iteration of For Each. Determined as the result of an XPath 1.0 expression. The result must be "1" or more. ("0" is not a valid Start Counter Value.)

The browse button launches the Copy Literal/XPath 1.0 Expression Dialog. The built Expression should generate an integer for the initial Start Count Value.

Final Counter Value

The value of the Counter Variable for the final iteration of For Each. Determined as the result of an XPath 1.0 expression. The result must be "1" or more. ("0" is not a valid Start Counter Value.)

The browse button launches the Copy Literal/XPath 1.0 Expression Dialog. The built expression should generate an integer for the Final Count Value.

The General tab has the following options:

Option
Description
Label
Enter a label for the file defining the For Each condition.
Documentation
Enter a description and/or comments.