Custom Scheduled Jobs
You can use this option to create your own scheduled jobs to run code at regular intervals. To create a custom scheduled job, follow these steps:
- Add a Note for your own reference.
- Select a User who the code will run as.
Enter how often you want the job to run on Interval/Cron Expression.
Select Show Examples for example time periods.- Add Inline Script to tell your job what to do. You can enter the code on Script or choose existing code on File.
- Select Add to schedule your job or Run Now to execute the script now.
Example: Send Notification for Incomplete Tasks Once a Week
If you'd like to send a weekly email reminder to users to complete tasks assigned to them, you can create a custom scheduled job to send those emails by following these steps:
- Enter
Send Notification for Incomplete Tasks
for Note. - Select Admin for User.
- Enter
0 0 0 ? * FRI *
for Interval/Cron Expression to run at midnight each Friday. Enter the following code for Inline Script.
- Select Add.