Task is an object of the scheduled tasks container. The task is used to execute some actions over objects by the schedule.
Tasks are created in task container and can be executed on schedule, by condition and by system event or custom event.
To execute tasks, start task scheduler on application server or BI server.
Task container supports task execution for:
Calculated cube calculation.
Regular report calculation.
Unit execution.
NOTE. In the unit execution tasks, it is forbidden to create visual forms and components.
.NET assembly execution.
NOTE. In the .NET assembly execution tasks, it is forbidden to create visual forms and components.
ETL task, data import/export tasks execution.
Modeling problem calculation.
NOTE. If a modeling problem uses connected R package methods, set up application server.
Multidimensional calculation on database server.
Object cache refreshing.
Search index refreshing.
To create a task in scheduled tasks container, follow the steps:
Determine task name and identifier. The title of the dialog box corresponds to the selected task type, for example, cube calculation, model execution, and so on.
Determine task execution frequency. Various execution frequency types can be set up for task: once, daily, weekly, monthly, and also if a system or custom event occurs.
NOTE. It is optional to set up frequency and it can be set depending on task requirements. Set up schedule, if sending notifications about task execution by email. After task are executed manually, messages are not sent.
NOTE. It is optional to set up condition and it can be set depending on task requirements.
Set up task object and determine values of its parameters.
NOTE. It is optional to set up result processing and it can be set depending on task requirements. Sending notifications by email is available only for tasks executed by schedule. On starting tasks manually, messages are not sent.
After the task has been created, operations with task and action under task objects will be available.
To start tasks for execution, see the Starting Task for Execution article.
See also: