GS_MY_ILMTASKS
GS_MY_ILMTASKS displays the brief information about an ADO task, including the task ID, task owner, status, and time.
| Name | Type | Description |
|---|---|---|
| task_id | bigint | ID of an ADO task. |
| task_owner | character varying(128) | User who initiates an ADO task. |
| state | character varying(9) | Status.
|
| creation_time | timestamp with time zone | Creation time. |
| start_time | timestamp with time zone | Time when the status changes to active. |
| completion_time | timestamp with time zone | Completion time. |
| node_name | name | Name of a data source node. |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.