Build Custom Connector: Timer Trigger
When to use: cron/interval ticks that emit simple events into the pipeline.
Manifest
"execution": { "type": "timer", "cron": "PT30S" }
SDK
dispatcher.startTrigger(manifest, "tick", ctx, Map.of());
When to use: cron/interval ticks that emit simple events into the pipeline.
"execution": { "type": "timer", "cron": "PT30S" }
dispatcher.startTrigger(manifest, "tick", ctx, Map.of());