Scheduler Trigger
The Scheduler is a built-in trigger step that allows you to run workflows at specified times or intervals. Unlike other triggers that depend on external integrations, the Scheduler is built into Cortex, so no additional connections are required. With the Scheduler trigger, you can configure:- Regular intervals (every minute, hour, day, etc.)
- Specific times using cron expressions
- Time zone settings for accurate scheduling

0 9 * * *
to schedule the workflow to run at 9:00 AM every day.