Delayed Trigger Component
The Delayed Trigger receives SignalData objects and returns them on its output channel after a configured delay.
Data Governance
This component does not modify the Data Governance status of any items.
Input Channels
trigger – Receives the SignalData to pass on after the configured delay.
Output Channels
signal – Outputs the SignalData after the configured delay.
Parameters
signalDelay – (long, default: 1000) The amount of time, in milliseconds, to delay before sending out the signal. A value of 0 indicates that a signal should be sent out immediately