From c687d8296e8f8be85f253a1c1feca59d5cb560be Mon Sep 17 00:00:00 2001 From: is-fo Date: Thu, 16 Oct 2025 21:52:45 +0200 Subject: [PATCH] fix: correct misleading description of Gather behavior after parallel processing timeout fix: misplaced aposthrope --- docs/ci/Development/define-general-splitter-a6c1916.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ci/Development/define-general-splitter-a6c1916.md b/docs/ci/Development/define-general-splitter-a6c1916.md index 3e0e974f..52957739 100644 --- a/docs/ci/Development/define-general-splitter-a6c1916.md +++ b/docs/ci/Development/define-general-splitter-a6c1916.md @@ -17,7 +17,7 @@ > > To use the latest version of a flow step or adapter – edit your integration flow, delete the flow step or adapter, add the step or adapter, and configure the same. Finally, redeploy the integration flow. See: [Updating your Existing Integration Flow](updating-your-existing-integration-flow-1f9e879.md). -The *General Splitter* splits a composite message comprising N messages into N individual messages, each containing 1 message with the enveloping elements of the composite message. The term *enveloping elements* refers to these elements including the split point. Note elements that follow the one that is indicated as split point in the original message \(but on the same level\), are'nt counted as enveloping elements. They won't be part of the resulting messages. +The *General Splitter* splits a composite message comprising N messages into N individual messages, each containing 1 message with the enveloping elements of the composite message. The term *enveloping elements* refers to these elements including the split point. Note elements that follow the one that is indicated as split point in the original message \(but on the same level\), aren't counted as enveloping elements. They won't be part of the resulting messages. More information: [General and Iterating Splitter](general-and-iterating-splitter-b49d088.md) @@ -285,7 +285,7 @@ If you use a Splitter step in a local integration process, the following limitat > > - Processing of the 10 elements that are currently in processing continues until processing is finished. > - > However, these 10 messages are used in the *Gather* step. + > However, these 10 messages are not used in the *Gather* step. > > - The remaining 80 messages are ignored.