Example
“Every day at 9 AM, analyze yesterday’s sales and send the report by email”

View status, next run time, and target for every schedule in the schedules list
Schedule Lifecycle
Schedule List
Schedules live in two places: the sidebar Schedules section (quick access) and the Schedules list page (full management). Sidebar Schedules section — quick access to recent schedules.Creating a Schedule
Click the + New Schedule button to create a schedule.Basic info

Enter the schedule name and description
Pick target
Write the prompt
- Specify the desired output form
- When the agent has structured output (JSON Schema), result fields are accessible from notification templates
Set frequency (cron editor)

Set frequency with the intuitive cron editor — no need to know complex cron expressions
Notification setup

Add multiple notification channels with success/failure conditional branching
Cron Expression Guide
In Custom mode, enter a cron expression directly. A cron expression has 5 fields.Special Characters
Day of Week Numbers
Common Expressions
Schedule Management
Activate / Deactivate
Open the more menu (⋮) in the list and toggle active/inactive. When deactivated, the next run isn’t scheduled.Run Now
Click Run Now to run immediately without waiting for the next cycle. Useful for manual result review or testing settings.Edit
Click a schedule card to open the detail page where you can edit all settings. Changes auto-recalculate the next run time.Delete
Deleting a schedule also removes related execution history.Copy to Users
Copy a schedule to other users. Copy to Users works as a copy-based share.Execution History
On the schedule detail page, view recent execution history.
View status, duration, and retry counts in execution history
Status
History Details
Auto-retry
Transient errors (timeouts, connection errors, rate limits, 502/503/504 server errors) are auto-retried up to 2 times. Other errors fail immediately with no retry and are recorded as failed — so rather than waiting for a retry, check the error message in the execution history. Tasks stuck in the running state for over 10 minutes are auto-recovered (re-queued for another run).History Retention
Completed and failed execution records are auto-deleted after 30 days.Chat Storage
Every execution result is saved to a dedicated chat.Chart Images
Charts generated by Database (DbSphere) agents are server-side rendered to images and included in notifications. Supported chart types:- Bar charts, line charts, pie charts, scatter plots
- Heatmaps, histograms, grouped bar charts
Template Variables
Variables you can use in notification subject, body, and message templates. Insert via button — click at the bottom of the notification settings to insert into the template.Accessing Structured Output
When the target agent has a JSON Schema response format, access individual fields with dot notation.Template Examples
- Email subject
- Email body
- Slack message
Access Permissions
FAQ
Schedule isn't running
Schedule isn't running
- Verify the schedule is active
- Verify start/end dates are correctly set
- Verify access permission to the target agent/model
- Verify
features.scheduled_taskspermission is enabled for the user’s group
It runs 1–2 minutes late, not on time
It runs 1–2 minutes late, not on time
What if users are in multiple timezones?
What if users are in multiple timezones?
Asia/Seoul, NY office uses America/New_York. The default auto-detects the browser’s timezone.Execution result doesn't appear in chat
Execution result doesn't appear in chat
Where do I configure notification channels?
Where do I configure notification channels?
I don't know cron expressions
I don't know cron expressions
Can I copy a schedule to other users?
Can I copy a schedule to other users?
