Difference between revisions of "Job Scheduler"

From AgileApps Support Wiki
imported>Aeric
m (Text replace - 'Setup > ' to 'Settings > ')
 
imported>Aeric
Line 32: Line 32:


|That value can be changed at the discretion of your ISV.}}
|That value can be changed at the discretion of your ISV.}}
<noinclude>
[[Category:Data Management| 4.5]]
</noinclude>

Revision as of 22:01, 3 June 2011

Settings > Data Management > Job Scheduler

With this operation, you can schedule a job that will carry out operations defined in a Java class.

Scheduling a Job

  1. Settings > Data Management > Job Scheduler
  2. Click [New Job]
  3. Fill in the Job Parameters:
    • Job Name - The name that will appear in the job list
    • Select a Schedulable Class - Choose a class from the list. (See the note below.)
    • Repeating Frequency - Make a selection here to run the job automatically at specified intervals.
    • Activation Date - Choose the date for the initial activation.
    • Activation Time -
    • End Date - When a Repeating Frequency is chosen, this section appears. Specify the last date
    • Run As - Choose the user to run the job as. (Only users with permissions equal to or less than your own are listed.)
Note
Only classes that have been designed to be schedulable are listed for selection.
Learn more: Using the Java API to Schedule a Job.

Stopping a Job

Once a job has been created, use the options available in the list view to delete it.

Notepad.png

Note: Only the entry in the scheduling queue is deleted. If the job is currently running, it runs to completion.

Job Limits

By default, a maximum of 25 jobs can be run on any given day. That value can be changed at the discretion of your ISV.