--- title: "Interval Job" slug: "interval-job" description: "Learn how to configure Interval Jobs to run a Flow a specified number of times at defined time intervals." tags: ["interval job", "Scheduled Jobs"] updated: 2026-07-13T18:01:11Z published: 2026-07-13T18:01:11Z canonical: "documentation.decisions.com/interval-job" --- > ## Documentation Index > Fetch the complete documentation index at: https://documentation.decisions.com/llms.txt > Use this file to discover all available pages before exploring further. # Interval Job ## Overview An **Interval Job** allows a user to pick a Flow and run it for a defined number of times at specific intervals of time. To learn more about scheduled jobs refer to [Understanding Scheduled Jobs](https://documentation.decisions.com/version-10/docs/understanding-scheduled-jobs). --- ## Configurations for Interval Jobs In the Designer Studio, navigate to the **System > Jobs And Events > Scheduled Jobs.** Navigate to **Add** **Interval Jobs**.![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/image-1781115629322.png) ![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/image-1781115651048.png) | Configuration | Description | | --- | --- | | Interval Job Name | This allows setting the Name of the Job. | | Enabled | When selected, this will ensure that the Interval Job is active and running. | | Pick Flow | This will allow the user to pick an existing Flow. Refer to the following article to create a [Flow](https://documentation.decisions.com/version-10/docs/create-flows). | | Only Run on Job Server | When Enabled, this will run the Job only on one server from the clustered environment. | | Count | Number of times the job will run at once. | | Interval | Adjust the Sliders to set the interval time. | | Notify on Job Delay | When this option is enabled, users can set up notifications for delays in their job by configuring the relevant details. | | - Delay Greater than (in seconds) | This serves as a buffer period before notifications are sent to users regarding the delay in the jobs. | | - Add to Logs | This feature allows for the addition of logs to the log folder and additionally allows for setting the level of logs. Refer to the following document to know more about [logging settings](https://documentation.decisions.com/version-10/docs/logging-overview?highlight=logging%20settings.). | | - Emails | This will trigger an email notification to the configured email addresses, informing them that the job has been delayed. | | - Create Assignments | This will create the assignments to the users and groups regarding the delayed job. | Interval Jobs Running in a Clustered Environment:Interval Jobs work differently from Scheduled Jobs within a Clustered Environment. Interval Jobs will run on all cluster nodes unless the 'Only Run on Job Server' is enabled.  Newly created Interval jobs will be shown under the **Interval Jobs** tab. The Interval Job may be edited or deleted by right-clicking the Job and utilizing its Action menu. ![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/image-1781115788755.png)