Skip to main content

Add Triggers to a Task

A task can be executed manually, on a schedule, or triggered by a Qlik Sense app event.

Qalyptus Server - task triggers

Schedules

To schedule a task to run automatically, assign one or more schedules to it.

  1. In your task, go to the Triggers tab.
  2. Click Add trigger > Schedule.
  3. Enter a Name for the schedule.
  4. Choose the Frequency: Once, Hourly, Daily, Weekly, Monthly, or Yearly.
  5. Set the Start and End dates.
  6. Select your preferred Time zone. The time zone is used to correctly evaluate dates and times in task reports.
  7. Choose the Execution type (see Execution Type below).
  8. Set a Priority (see Priority below).
  9. Click Save.

The scheduled task appears on the Status page under the Scheduled tasks tab.

Qalyptus Server - Task Schedule

warning

The task only runs if it is active and the current date falls within the configured start and end date range.

Qlik Events

A Qlik event trigger fires a task automatically when a specific event occurs in a Qlik Sense app, for example, when a reload completes.

  1. In your task, go to the Triggers tab.
  2. Click Add trigger > Qlik event.
  3. Enter a Name.
  4. Optionally enter a Description.
  5. Select an Event from the list. Currently only "App Successful Reload" is available.
  6. Enter the App ID associated with the event.
  7. Set the Start and End dates.
  8. Select your preferred Time zone.
  9. Choose the Execution type (see Execution Type below).
  10. Set a Priority (see Priority below).
  11. Click Save.

Execution results are visible on the Status page under the On-demand requests tab.

Qalyptus Server - Task Qlik Event

info

Qalyptus checks for Qlik events at regular intervals. The interval is configured in Administration > General > Settings. Setting the interval to 0 disables event checking and stops all Qlik event triggers.

warning

The task only runs if it is active and the current date falls within the configured start and end date range.

caution

You must configure your Qlik Sense server address and a domain service account in Administration > Hub Configuration > Applications > Synchronization Settings. Qalyptus uses this account to connect to Qlik Sense and poll for events.

Execution Type

Both schedules and Qlik event triggers share the same execution type options:

TypeBehavior
ParallelThe task can run simultaneously with other tasks.
SerialThe task runs exclusively. Any tasks that start while a serial task is running are queued until it completes.

Priority

Priority is a value from 1 (highest) to 100 (lowest). When multiple tasks are queued, the task with the highest priority (lowest number) runs first.