
TASK_TEMPL view
This predefined Business Process Choreographer database view holds data that you can use to instantiate tasks.
| Column name | Type | Comments |
|---|---|---|
| TKTID | ID | 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. |
| ASSIGNMENT_TYPE | Integer | Specifies how the work for the task is assigned.
Possible values are:
|
| AUTONOMY | Integer | Specifies the relationship of a task instance
to the parent process. Possible values are:
|
| BUSINESS_RELEVANCE | Boolean | Specifies whether the task template is business
relevant. The attribute affects logging to the audit trail. Possible
values are:
|
| CONTAINMENT_CTX_ID | ID | The containment context for this task template. This attribute determines the lifecycle 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:
|
CUSTOM_TEXT1 |
String | Inline custom properties that can be set for a task. The values of these fields can be set in Integration Designer. |
| DEFINITION_NAME | String | The name of the task template definition in the Task Execution Language (TEL) file. |
| DEFINITION_NS | String | The namespace of the task template definition in the TEL file. |
| 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 template was created dynamically at run time or when the task was deployed as part of an EAR file. |
| IS_INLINE | Boolean | Indicates whether this task template is modeled as a task within a BPEL process. |
| IS_TIP | Boolean | Indicates whether the task template was deployed from a Process Center Tip. |
| KIND | Integer | The kind of tasks that are derived from this
task template. Possible values are:
|
| 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:
|
| 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. |
| SUPPORT_FOLLOW_ON | Boolean | Indicates whether the task template supports the creation of follow-on tasks. |
| SUPPORT_SUB_TASK | Boolean | Indicates whether the task template supports the creation of subtasks. |
| TYPE | String | The type used to categorize the task template. |
| WORK_BASKET | String | The name of the work basket that will contain instances of this template. |
| Column name | Type | Comments |
|---|---|---|
| PROCESS_APP_ACRONYM | String | The acronym of the process application if the root container is a process application. |
| PROCESS_APP_NAME | String | The name of the process application if the root container is a process application. |
| SNAPSHOT_ID | String | The snapshot ID of the root container, which can be either a process application or a toolkit. |
| SNAPSHOT_NAME | String | The snapshot name of the root container. |
| TOOLKIT_ACRONYM | String | The acronym of the toolkit that contains the process if the process is contained in a toolkit. |
| TOOLKIT_NAME | String | The name of the toolkit that contains the process if the process is contained in a toolkit. |
| TOOLKIT_SNAPSHOT_ID | String | The snapshot ID of the toolkit that contains the task template, if the task template is contained in a toolkit. |
| TOOLKIT_SNAPSHOT_NAME | String | The snapshot name of the toolkit that contains the task template, if the task template is contained in a toolkit. |
| TOP_LEVEL_TOOLKIT_ACRONYM | String | The acronym of the toolkit if the root container is a toolkit. |
| TOP_LEVEL_TOOLKIT_NAME | String | The name of the toolkit if the root container is a toolkit. |
| TRACK_NAME | String | The name of the track of the root container. |