Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

W-14464537-RewordConfigurableProperties-4.4-dm #2573

Merged
merged 1 commit into from
Nov 9, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions modules/ROOT/pages/for-each-scope-concept.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -102,19 +102,19 @@ To download and open an example project while you are in Anypoint Studio, click

For Each scopes open and close with a `<foreach>` tag. Components that are affected by this scope are defined as child elements of the `<foreach>` tag.

=== Configurable Properties
=== Configurable Variables

[%header,cols="35,20,45"]
|===
|Property | Default | Description
|Variable | Default | Description
| `collection`
| `payload`
| An expression that returns a Java collection, object array, map, or DOM
nodes.

| `counterVariableName`
| `counter`
| Name of the property that stores the number of messages over which it iterates.
| Name of the variable that stores the number of messages over which it iterates.

| `batchSize`
| `1`
Expand All @@ -123,7 +123,7 @@ For Each scopes open and close with a `<foreach>` tag. Components that are affec

| `rootMessageVariableName`
| `rootMessage`
| Name of the property that stores the parent message. The parent is the complete, non-split message.
| Name of the variable that stores the parent message. The parent is the complete, non-split message.
|===


Expand Down