Creating Scheduled Tasks

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 by schedule, by condition and by system event, by custom event or by event from auditing log.

To execute tasks, launch task scheduler on BI-Server or any other server with the same configuration.

Task container supports task execution for:

NOTE. In the unit execution tasks, it is forbidden to create visual forms and components.

NOTE. In the .NET assembly execution tasks, it is forbidden to create visual forms and components.

To create a task in scheduled tasks container, follow the steps:

  1. Create a task.

  1. 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.

  1. 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.

  1. Determine task execution conditions.

  1. Set up task object and determine values of its parameters.

  1. Set up handling of task execution result

NOTE. Setting of schedule, condition and result is optional and can be performed depending on task requirements.

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:

Task Scheduling and Their Executing by Schedule