What Is a Cron Expression?
Cron expressions define when scheduled tasks run. They use a specific syntax with 5-6 fields representing minute, hour, day of month, month, day of week, and optionally seconds. For example, '0 9 * * 1' means 'every Monday at 9:00 AM'. n8n's Schedule Trigger node uses cron expressions to determine when your workflow executes automatically.