-
Notifications
You must be signed in to change notification settings - Fork 82
last unit of work
Nathan Richardson edited this page Jan 17, 2019
·
8 revisions
Icon |
|
---|---|
Use When |
A component needs to wait until one or more other components complete prior to continuing |
Samples |
|
Description |
The Last Unit of Work component waits until all end of work control messages are received from all input components before a message is forwarded to the remaining downstream components. |
Inbound Message Type |
Any |
Output Message Type |
Any |
Control Message Handling |
Input: Once a unit of work boundary is received this component will start processing. Output: A single control message will be forwarded to downstream components once all messages have been processed through this step. |
Name | Description |
---|---|
Whether to forward failed messages and continue processing. This is the name of a linked component to forward the failed messages to. |
|