Search FlexiRule docs

Recent
Pinned

Press Esc to close. Use arrow keys and Enter inside results. Searches are remembered locally.

FlexiRule Docs

Scheduler Triggers

Scheduler triggers are used for background automation and periodic tasks that are not tied to a specific user action or document event.

Improve this page

Scheduler Triggers#

Scheduler triggers are used for background automation and periodic tasks that are not tied to a specific user action or document event.

Scheduling Options#

  • Cron Expressions: Standard unix-style cron for precise timing.
  • Intervals: Run every X minutes, hours, or days.
  • Standard Frappe Events: Hourly, Daily, Weekly, Monthly.

Usage Patterns#

Since scheduler triggers aren’t tied to a specific document, they often begin with a Query Records action to identify the set of documents that need processing.

Last updated Jun 26, 2026