PROCESS_TEMPLATE view
Use this predefined Business Process Choreographer database
view for queries on process templates.
| Column name | Type | Comments |
|---|---|---|
| PTID | ID | The process template ID. |
| VALID_FROM | Timestamp | The time from when the process template can be instantiated. |
| APPLICATION_NAME | String | The name of the enterprise application to which the process template belongs. |
| CAN_RUN_SYNC | Boolean | Specifies whether a process can be invoked by the call method. |
| CAN_RUN_INTERRUP | Boolean | Specifies whether a process can be invoked by the initiate or sendMessage methods. |
| COMP_SPHERE | Integer | Specifies the compensation behavior of instances
of microflows in the process template; either an existing compensation
sphere is joined or a compensation sphere is created. Possible values are: COMP_SPHERE_REQUIRED (2)
COMP_SPHERE_SUPPORTS (4) |
| CONTINUE_ON_ERROR | Boolean | Specifies what happens to a
process if an unexpected fault is raised and a fault handler is not
defined for that fault. Possible values are:
|
| CREATED | Timestamp | The time the process template is created in the database. |
CUSTOM_TEXT1
through CUSTOM_TEXT8 |
String | Inline custom properties that can be set for a BPEL process. The values of these fields can be set in Integration Designer. |
| DESCRIPTION | String | Description of the process template. |
| DISPLAY_NAME | String | The descriptive name of the process. |
| EXECUTION_MODE | Integer | Specifies how process instances that are derived
from this process template can be run. Possible values are: EXECUTION_MODE_MICROFLOW (1)
EXECUTION_MODE_LONG_RUNNING (2) |
| IS_TIP | Boolean | Indicates whether the process template was deployed from a Workflow Center Tip. |
| NAME | String | The name of the process template. |
| STATE | Integer | Specifies whether the process template is available
to create process instances. Possible values are: STATE_STARTED (1)
STATE_STOPPED (2) |
| TARGET_NAMESPACE | String | The target namespace of the process template. |
| VERSION | String | User-defined version. |
| 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_SNAPSHOT_ID | String | The snapshot ID of the toolkit that contains the process if the process is contained in a toolkit. |
| TOOLKIT_SNAPSHOT_NAME | String | The snapshot name of the toolkit that contains the process if the process is contained in a toolkit. |
| 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. |
| 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. |
This topic only applies to BAW, and is located in the BAW repository. Last updated on 2025-03-13 12:15