Schedules

Article • 29.12.2018 • 1 minute(s) to read

This article and its entire content are awaiting approval and will be released soon. You can get support for custom app development by asking questions in the forum; most questions get answered fairly quickly. Please do not use the contact form or private messages for technical support questions about building custom apps with the Novunex Platform.

The Platform´s schedule engine is a tool that can be used to execute actions on a regular basis. The Novunex Platform has a built-in system for scheduling tasks, which can range from simple email notifications to more complex processes that rely on multiple factors. The Novunex Platform allows you to create schedules that execute different actions in a timely manner. A schedule is similar to a cron job executing processes or validating conditions.

Available Schedule Actions

  • Start Process- Directly start a process based on the schedule.
  • Validate Condition - Execute (validate) a condition. A condition can, based on its validated result set, start processes accordingly.

Even though schedules can have a frequency of 1 minute, every schedule executing faster than every 5 minutes will be ignored. The minimum recurring execution timeframe is greater or equal to 5 minutes. Chosing a meaningful timeframe for Schedules could also help to reduce the workload on your database.


More information

  • Start Process via Schedule
  • Validate Condition via Schedule
  • Update an existing Schedule
  • Delete Schedules
  • Start Schedules
  • Stop Schedules
  • Stop all Schedules
  • In this article