Skip to main content

Scheduler

Category: Trigger

Triggers pipeline on schedule with cron or interval patterns

What this node does

  • Cron expressions
  • Interval timing
  • Timezone support
  • Retry handling

How to use

  1. In the Hydra Builder, open or create a workflow
  2. In the node palette on the left, find Scheduler under the Trigger category (or use the search bar)
  3. Drag the node onto the canvas
  4. Double-click the node to open its configuration dialog
  5. Fill in the required parameters (see Configuration below)
  6. Connect the Trigger Event output to the next node downstream

Inputs

This node has no inputs — it is a trigger node that starts a pipeline.

Outputs

PortTypeDescription
Trigger Eventtrigger-eventA trigger signal that starts pipeline execution

Configuration

Open the configuration dialog by double-clicking the Scheduler node on the canvas.

ParameterWhat to enter
schedule (cron)Cron expression for the schedule, e.g. 0 8 * * * for daily at 8am
intervalInterval between runs in seconds, minutes, or hours, e.g. 30m, 1h
timezoneTimezone for the schedule, e.g. Europe/Madrid, America/New_York
enabledWhether this scheduler is active (true) or paused (false)

When to use this node

  • Daily data sync
  • Hourly health checks
  • Scheduled reports

Need help configuring this node?

Go to Settings → Connectors to set up the connection this node depends on, then reference the connector ID in the node configuration dialog.