Repeating Trigger Component


The Repeating Trigger component sends out SignalData objects on a periodic basis.  It can be used to trigger tasks that need to be performed on a regular basis within a pipeline.

Data Governance

This component does not modify the Data Governance status of any items.  

Input Channels

interval – a StringData object received here will be parsed as an integer and used to set the value of the interval parameter.  If the String cannot be parsed, the value of the parameter is unchanged.

Output Channels

default – Outputs a Signal Data object whenever the configured amount of time has elapsed.

Parameters

interval – (int, default: 1000) The frequency, in milliseconds, at which signals should be output from this component.  Setting this parameter to a value of 0 or less will pause the component. 

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us