TASK_TEMPL view

This predefined database view holds data that you can use to instantiate tasks.

Table 1. Columns in the TASK_TEMPL view
Column name Type Comments
TKTID String The task template ID.
VALID_FROM Timestamp The time when the task template becomes available for instantiation.
APPLIC_DEFAULTS_ID String The ID of the application component that specifies the defaults for the task template.
APPLIC_NAME String The name of the enterprise application to which the task template belongs.
BUSINESS_RELEVANCE Boolean Specifies whether the task template is business relevant. The attribute affects logging to the audit trail. Possible values are:
TRUE
The task is business relevant and it is audited.
FALSE
The task is not business relevant and it is not audited.
CONTAINMENT_CTX_ID ID The containment context for this task template. This attribute determines the life cycle of the task template. When a containment context is deleted, the task template is also deleted.
CTX_AUTHORIZATION Integer Allows the task owner to access the task context. Possible values are:
AUTH_NONE
No authorization rights for the associated context object.
AUTH_READER
Operations on the associated context object require reader authority, for example, reading the properties of a process instance.
IS_INLINE Boolean Indicates whether this task template is modeled as a task within a business process.
KIND Integer The kind of tasks that are derived from this task template. Possible values are:
KIND_HUMAN
Specifies that the task is created and processed by a human.
KIND_ORIGINATING
Specifies that a human can assign a task to a computer. In this case, a human invokes an automated service.
KIND_PARTICIPATING
Specifies that a service component (such as a business process) assigns a task to a human.
KIND_ADMINISTRATIVE
Specifies that the task is an administrative task.
NAME String The name of the task template.
NAMESPACE String The namespace that is used to categorize the task template.
PRIORITY Integer The priority of the task template.
STATE Integer The state of the task template. Possible values are:
STATE_STARTED
Specifies that the task template is available for creating task instances.
STATE_STOPPED
Specifies that the task template is stopped. Task instances cannot be created from the task template in this state.
SUPPORT_AUTOCLAIM Boolean Indicates whether tasks derived from this task template can be claimed automatically if they are assigned to a single user.
SUPPORT_CLAIM_SUSP Boolean Indicates whether tasks derived from this task template can be claimed if they are suspended.
SUPPORT_DELEGATION Boolean Indicates whether tasks derived from this task template support work delegation using creation, deletion, or transfer of work items.
TYPE String The type used to categorize the task template.

Terms of use | | Broken links

Last updated: Tue Dec 06 04:14:40 2005

(c) Copyright IBM Corporation 2005.
This information center is powered by Eclipse technology (http://www.eclipse.org)