Accessing schedules
Schedules are managed from within a context detail page:
- Navigate to Reconciliation → Contexts in the left sidebar.
- Click on a context to open its detail page.
- Scroll to the Schedules section.
The Schedules section is only available after the context has been saved. For new contexts, save the context first to enable schedule configuration.
Schedule list
The table displays all schedules configured for the context:
| Column | Description |
|---|---|
| Cron Expression | The cron expression that defines the execution frequency |
| Status | Whether the schedule is Enabled or Disabled |
| Last Run | Timestamp of the last automated execution |
| Next Run | Timestamp of the next scheduled execution |
| Actions | Edit or delete the schedule |
Creating a schedule
Click the New Schedule button in the Schedules section header. A side panel opens with the schedule form.
Frequency presets
Select a frequency to configure the schedule using a guided form:| Frequency | Configuration |
|---|---|
| Every hour | Select the minute of the hour (0–59) |
| Daily | Select hour and minute |
| Weekly | Select hour, minute, and one or more days of the week |
| Monthly | Select hour, minute, and day of the month (1–31) |
| Custom (cron) | Enter a cron expression directly in the format minute hour day month weekday |
Enabled toggle
Use the Enabled toggle to activate or deactivate the schedule. Disabled schedules remain configured but do not trigger automatic execution.Expression preview
Below the form fields, a preview box displays:- A human-readable description of the schedule (e.g., “Every day at 06:00”)
- The generated cron expression
Advanced override
For preset frequencies (Hourly, Daily, Weekly, Monthly), an Advanced collapsible section allows you to override the generated cron expression with a custom value.Editing a schedule
Click the Actions menu (⋮) on a schedule row and select Edit. The side panel opens with the current schedule values pre-filled. When editing, the panel also displays the Last run and Next run timestamps if available.
Deleting a schedule
Click the Actions menu (⋮) on a schedule row and select Delete. A confirmation dialog appears before the schedule is permanently removed.

