Skip to main content

Add triggers

In Qalyptus Cloud, a task can be executed manually, with a schedule, or with a Qlik event.

Schedules

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

Qalyptus Cloud - Task Schedule

To add a schedule to a task, follow these steps:

  1. In your task, go to the Triggers tab.
  2. Click on Add trigger > Schedule.
  3. Enter a Name for the schedule.
  4. Choose the Frequency of the programming. You can set it as Once, Hourly, Daily, Weekly, Monthly, or Yearly.
  5. Choose the Start and the End Date.
  6. Select your preferred Time zone. The time zone is used to correctly evaluate the date and time used in the task reports.
  7. Choose the task Execution type: Parallel or Serial. When you choose Parallel, the task can run simultaneously with other tasks. If you choose Serial, the task will run separately from other tasks. If a serial task runs, the tasks that run after it will be in the queue. If a serial task is executed when other tasks are running, it is queued until all the tasks are completed.
  8. Set a Priority from 1 to 100, where 1 is the highest priority. Priority will be assigned to those tasks in which the schedule is used. If two tasks are pending in the queue, the one with the higher priority runs first.
  9. Click Save.

The task is now visible on the Status page > Scheduled tasks tab.

To edit an existing schedule:

  1. Click on the Action button of the schedule you want to edit
  2. Click Edit
  3. Make your changes, then click Save
info

The scheduled task will be on the Status page > Scheduled tasks tab. The task will run on the date and time of its schedule only if it is active.

Qlik events

If a task must run after a Qlik Sense app event, add an event to the task, and when Qalyptus receives the Qlik event will run the task.

Qalyptus Cloud - Task Qlik Event

To add a Qlik event to a task, follow these steps:

  1. In your task, go to the Triggers tab.
  2. Click on Add trigger > Qlik event.
  3. Enter a name.
  4. Add a description if you wish.
  5. Select an Event from the list.
  6. Select the app related to the event.
  7. Choose the Start and End date.
  8. Select your preferred Time zone. The time zone is used to correctly evaluate the data and time used in the task reports.
  9. Choose the task Execution type: Parallel or Serial. When you choose Parallel, the task can run simultaneously with other tasks. If you choose Serial, the task will run separately from other tasks. If a serial task runs, the tasks that run after it will be in the queue. If a serial task is executed when other tasks are running, it is queued until all the tasks are completed.
  10. Set a Priority from 1 to 100, where 1 is the highest priority. Priority will be assigned to those tasks in which the schedule is used. If two tasks are pending in the queue, the one with the higher priority runs first.
  11. Click Save.
info

The Qlik Sense event will trigger the task execution only if it is active. The task execution status is available on the Status page > On-demand requests tab.

caution

Qalyptus uses Qlik Sense webhooks to trigger the task. It is important to have a valid webhook configured in your Qlik Sense tenant. Learn more about the webhook configuration.