B2B Data Exchange
- B2B Data Exchange 10.2.2
- All Products
Field
| Definition
|
Basic Tab
| |
Label
| Specify a label for this loop.
|
Condition
| Specify the conditional expression used to determine if the loop should be terminated. The loop will continue to run as long as the specified condition evaluates to true. The tasks inside the loop are executed at least once and then the condition is evaluated for subsequent iterations.
|
Advanced Tab
| |
ID
| Specify an ID for this loop. IDs are not required, but are used to conditionally exit or iterate a loop when there are nested loops. The value must be a valid identifier. The ID must be unique in a given loop hierarchy.
|
Current Iteration Variable
| If needed, specify a variable name to hold the current iteration count. The value of this variable is a whole number that starts at 1 and is incremented every time the loop advances.
|
Control Tab
| |
Log Level
| Specify the level of logging to be used while executing this loop and the tasks in this loop. Valid options are - silent, normal, verbose and debug. All tasks within this loop will inherit the specified log level, which may be overridden on the individual tasks.
Default Value: Inherited from parent Module
|
Disabled
| Whether or not this loop is disabled.
Default Value: false
|