Skip to content

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());