Skip to content
Chris Henson edited this page Oct 14, 2016 · 9 revisions
Union

Icon

metl merger 48x48 color

Use When

Inbound messages need to be combined into a single message and then sent to downstream components.

Samples

Description

The union component combines all inbound messages from each input link and then sends one combined message to the downstream components. The combination of messages continues until all messages have been processed and the unit of work boundary is reached.

Inbound Message Type

Model Based Message

Output Message Type

Model Based Message

Clone this wiki locally