Timer
The Generic Timer plugin automates message generation at regular intervals, creating structured JSON messages and sending them to a specified next step in a workflow.
Configuration
| Field | Options | Description |
|---|---|---|
| Message type | Any string | Defines the type of message to generate |
| JSON Object to Publish | JSON structure | Static JSON data structure that will be published |
| Run Interval (seconds) | Numeric value | Defines the time interval between each generated message |
| Next Hop Type | Plugin/Other | Specifies the type of next step in the workflow for the generated message |
| Next Hop Name | Any string | Name of the next component where the message will be sent after being published |
