Updated on 2024-06-03 GMT+08:00

GS_ILM_TASK

The GS_ILM_TASK system catalog records ADO task information, such as the creation time, start time, end time, and execution status.

Table 1 GS_ILM_TASK columns

Name

Type

Description

taskoid

bigint

OID of an ADO task.

creator

oid

Creator of an ADO task.

createtime

timestamp with time zone

Creation time.

starttime

timestamp with time zone

Start time.

completetime

timestamp with time zone

Completion time.

executestate

smallint

Value range:

  • 1: 'INACTIVE'
  • 2: 'ACTIVE'
  • 3: 'COMPLETED'

flag

smallint

Reserved column.