Documentation
Recipe Scheduler UI
Build a visual cron-style scheduler for automation recipes. Drag, drop, and configure execution windows with precision timing controls.
Quick Start
The scheduler component provides a visual interface for defining when automation recipes execute. It supports cron expressions, interval-based triggers, and one-shot scheduled runs.
npm install @meridian/scheduler-ui
⏱
Cron Builder
Visual cron expression builder with human-readable previews and validation.
📅
Calendar View
Monthly and weekly calendar overlays showing scheduled execution times.
🔔
Conflict Detection
Automatic detection of overlapping schedules and resource contention warnings.
Next Steps
Learn how to integrate the scheduler with your existing recipe pipelines.