Skip to content

Commit 42200f4

Browse files
authored
Merge pull request #110449 from djpmsft/docUpdates
for each fix
2 parents bf7109a + 4e10b09 commit 42200f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/data-factory/control-flow-for-each-activity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Property | Description | Allowed values | Required
6868
name | Name of the for-each activity. | String | Yes
6969
type | Must be set to **ForEach** | String | Yes
7070
isSequential | Specifies whether the loop should be executed sequentially or in parallel. Maximum of 20 loop iterations can be executed at once in parallel). For example, if you have a ForEach activity iterating over a copy activity with 10 different source and sink datasets with **isSequential** set to False, all copies are executed at once. Default is False. <br/><br/> If "isSequential" is set to False, ensure that there is a correct configuration to run multiple executables. Otherwise, this property should be used with caution to avoid incurring write conflicts. For more information, see [Parallel execution](#parallel-execution) section. | Boolean | No. Default is False.
71-
batchCount | Batch count to be used for controlling the number of parallel execution (when isSequential is set to false). | Integer (maximum 50) | No. Default is 20.
71+
batchCount | Batch count to be used for controlling the number of parallel execution (when isSequential is set to false). This is the upper concurrency limit, but the for-each activity will not always execute at this number | Integer (maximum 50) | No. Default is 20.
7272
Items | An expression that returns a JSON Array to be iterated over. | Expression (which returns a JSON Array) | Yes
7373
Activities | The activities to be executed. | List of Activities | Yes
7474

0 commit comments

Comments
 (0)