TASK view
Use this predefined Business Process Choreographer 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. |
| ASSIGNMENT_TYPE | Integer | Specifies how the work for the task is assigned.
Possible values are:
|
| 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 lifecycle 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:
|
CUSTOM_TEXT1 |
String | Inline custom properties that can be set for a task. The values of these fields can be set either in Integration Designer, or by using the Human Task Manager EJB API. |
| 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. |
| FOLLOW_ON_TKIID | ID | The ID of the instance of the follow-on task. |
| HIERARCHY_POSITION | Integer | Possible values are:
|
| INHERITED_AUTH | Integer | The kind of authorization that is inherited
by a subtask from the parent task. Possible values are:
|
| IS_AD_HOC | Boolean | Indicates whether this task was created dynamically at run time or from a task template. |
| IS_CHILD | Boolean | Indicates whether this task is a child of a BPEL process. |
| 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 BPEL process. |
| IS_READ | Boolean | Indicates that someone has read the task. |
| IS_TRANSFERRED_TO_WORK_BASKET | Boolean | Indicates that the task was transferred to the named work basket given in WORK_BASKET. |
| INVOKED_INSTANCE_ID | ID | The instance ID of the invoked service; usually a task or process or activity. |
| INVOKED_INSTANCE_TYPE | Integer | Possible values are:
|
| IS_WAIT_FOR_SUB_TK | Boolean | Indicates whether the parent task is waiting for a subtask to reach an end state. |
| 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. |
| RESUMES | Timestamp | The time when the task is to be resumed automatically. |
| 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. |
| SUPPORT_FOLLOW_ON | Boolean | Indicates whether this task supports the creation of follow-on tasks. |
| SUPPORT_SUB_TASK | Boolean | Indicates whether this task supports the creation of subtasks. |
| SUSPENDED | Boolean | Indicates whether the task is suspended. |
| TKTID | ID | The task template ID. |
| TOP_TKIID | ID | The top parent task instance ID if this is a subtask. |
| TYPE | String | The type used to categorize the task. |
| WORK_BASKET | String | The name of the work basket that this task belongs to. |