-
Notifications
You must be signed in to change notification settings - Fork 82
delay
Icon |
|
---|---|
Use When |
A delay is needed when sending data between components |
Samples |
|
Description |
The Delay causes messages being sent through the delay component to be delayed/paused for the configured number of seconds before being sent to downstream components. |
Inbound Message Type |
Any Message Type |
Output Message Type |
Any Message Type |
Control Message Handling |
Input: When a control message is received and 'Run When' is 'PER UNIT OF WORK' start the processing of this component or when any message other than a control is received and 'Run When' is not 'PER UNIT OF WORK'. Output: A single control message will be forwarded to downstream components once the delay time has elapsed. |
Name | Description |
---|---|
Whether to forward failed messages and continue processing. This is the name of a linked component to forward the failed messages to. |
|
Delay (ms) |
The amount of time in milliseconds that the messages will be delayed before being passed to downstream components |