-
Notifications
You must be signed in to change notification settings - Fork 82
gate
Icon |
|
---|---|
Use When |
A component(s) needs to wait until another component has completely finished |
Samples |
Service Get All Persons, Service Get All Persons Custom XML, Service Get Person By Id, Service Upsert Persons |
Description |
The Gate component queues up incoming messages until a control message is received from the gate control source step or if the unit of work boundary is reached and the option to 'Force Gate Open On No Source Message' is selected. Then all queued messages are released to the downstream components. |
Inbound Message Type |
Any |
Output Message Type |
Any |
Control Message Handling |
Input: When a control message is received, start the processing of this component. 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. |
|
Gate Control Source |
The source component that controls the opening of the gate |
Force Gate Open On No Source Message |
Whether to release all queued messages even if no source message is received |