Use this predefined database view for queries on task objects.
Column name | Type | Comments |
---|---|---|
TKIID | ID | The ID of the task instance. |
ACTIVATED | Timestamp | The time when the task was activated. |
APPLIC_DEFAULTS_ID | ID | The ID of the application component that specifies the defaults for the task. |
APPLIC_NAME | String | The name of the enterprise application to which the task belongs. |
BUSINESS_RELEVANCE | Boolean | Specifies whether the task is business relevant. The
attribute affects logging to the audit trail. Possible values are:
|
COMPLETED | Timestamp | The time when the task completed. |
CONTAINMENT_CTX_ID | ID | The containment context for this task. This attribute determines the life cycle of the task. When the containment context of a task is deleted, the task is also deleted. |
CTX_AUTHORIZATION | Integer | Allows the task owner to access the task context. Possible
values are:
|
DUE | Timestamp | The time when the task is due. |
EXPIRES | Timestamp | The date when the task expires. |
FIRST_ACTIVATED | Timestamp | The time when the task was activated for the first time. |
IS_ESCALATED | Boolean | Indicates whether an escalation of this task has occurred. |
IS_INLINE | Boolean | Indicates whether the task is an inline task in a business process. |
KIND | Integer | The kind of task. Possible values are:
|
LAST_MODIFIED | Timestamp | The time when the task was last modified. |
LAST_STATE_CHANGE | Timestamp | The time when the state of the task was last modified. |
NAME | String | The name of the task. |
NAME_SPACE | String | The namespace that is used to categorize the task. |
ORIGINATOR | String | The principal ID of the task originator. |
OWNER | String | The principal ID of the task owner. |
PARENT_CONTEXT_ID | String | The parent context for this task. This attribute provides a key to the corresponding context in the calling application component. The parent context is set by the application component that creates the task. |
PRIORITY | Integer | The priority of the task. |
STARTED | Timestamp | The time when the task was started (STATE_RUNNING, STATE_CLAIMED). |
STARTER | String | The principal ID of the task starter. |
STATE | Integer | The state of the task. Possible values are:
|
SUPPORT_AUTOCLAIM | Boolean | Indicates whether this task is claimed automatically if it is assigned to a single user. |
SUPPORT_CLAIM_SUSP | Boolean | Indicates whether this task can be claimed if it is suspended. |
SUPPORT_DELEGATION | Boolean | Indicates whether this task supports work delegation through creating, deleting, or transferring work items. |
SUSPENDED | Boolean | Indicates whether the task is suspended. |
TKTID | String | The task template ID. |
TYPE | String | The type used to categorize the task. |
Last updated: Tue Feb 21 17:21:50 2006
(c) Copyright IBM Corporation 2005.
This information center is powered by Eclipse technology (http://www.eclipse.org)