QOps-ShowTasks

Shows the list of available tasks which consists of Ids, Names, and Document Ids. An output of this function might be used with the further calling of QOps-PrepareTasks function.

New in version 1.9

Syntax:

QOps-ShowTasks [-Filter] [-Sort] [-Profile] [-Verbose]

Parameters meaning:

-Filter specifies parameters for selecting Tasks to process with QOps, allows filtering by following:

  • Name
  • Id
  • AppId (new in version 2.0)

The multiple masks are supported in a way of repeating the field identifier group with a semicolon and with a comma separator inside a group, ex.: -Filter "Name=*ibcs*;Name=*api*,Id=*".

The Semicolon defines result joining with OR logic, the Comma defines results joining with AND logic. When the field name is omitted all possible values for this field will be applied.

-Sort specifies parameters for sorting Tasks to process with QOps, ex. -Sort "Name=Asc". Allows filtering by following:

  • Name
  • Id
  • AppId (new in version 2.0)
  • Status (new in version 2.0)
  • LastExecution (new in version 2.0)

-Profile overrides default User Profile with the specified one

-Verbose enables extended command line output

Example:

QOps-ShowTasks

This command is not available in QlikView mode

This command is not available in QlikCloud mode