[Download]
| [Documentation Home] | [Release Note]
Scheduled Tasks
The Scheduled Tasks feature in Data Services Server can be used to schedule
a particular event trigger to be executed at a given time specified by the
user. Since, Event Triggers also part of this feature, having a better
understanding of how they operate, can be an added advantage before further
delving into this.
Adding New Tasks
Click on "Add New Task" option
Then you will be redirected to the Task
Configuration page
Configuring Tasks
The following set of mandatory properties should be defined in order to
successfully create a task
- Task Name : Name of the task
- Task Group: Task group to which this new task belongs to
- Task Class: Fully qualified name of the task implementation class
- Task Count: Number of cycles to be executed
- Task Interval : Time gap between to consecutive task executions
- Data Service : Name of the relevant data service
- Trigger List : Triggers specified in the dbs corresponding to the associated data service
- Query : The query to be executed which has the above defined trigger as an attribute
After configuring the task with appropriate values, Hit the "Schedule" button to schedule it.