Skip to main content
Use the Schedules section in the context detail page to automate reconciliation execution. Each schedule defines when the Matcher engine should automatically run matching for the selected context.

Accessing schedules


Schedules are managed from within a context detail page:
  1. Navigate to Reconciliation → Contexts in the left sidebar.
  2. Click on a context to open its detail page.
  3. 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:
ColumnDescription
Cron ExpressionThe cron expression that defines the execution frequency
StatusWhether the schedule is Enabled or Disabled
Last RunTimestamp of the last automated execution
Next RunTimestamp of the next scheduled execution
ActionsEdit 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:
FrequencyConfiguration
Every hourSelect the minute of the hour (0–59)
DailySelect hour and minute
WeeklySelect hour, minute, and one or more days of the week
MonthlySelect 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.
Deleting a schedule is irreversible. The schedule will stop executing immediately.