How Scheduling Works
Scheduled tasks use CRON expressions powered by BullMQ. When a schedule triggers:- The system creates a new conversation thread
- The assigned agent receives the task prompt
- The agent executes using its configured tools and knowledge
- Results are saved and optionally sent to connected services
Creating a Schedule
You can create schedules directly in conversation:“Schedule a weekly market analysis report every Monday at 9am”Or through the Scheduler interface:
1
Open Scheduler
Navigate to the Scheduler section in the sidebar.
2
3
Review and activate
Review the schedule preview and click Activate.
Common CRON Patterns
Managing Schedules
- Pause a schedule without deleting it
- Edit the prompt, timing, or assigned agent
- View history of past executions and results
- Delete schedules you no longer need
Execution History
Each execution is logged with:- Timestamp and duration
- Agent response and artifacts
- Status (success, error, timeout)