
PROCESS_INSTANCE view
Use this predefined Business Process Choreographer database view for queries on process instances.
| Column name | Type | Comments |
|---|---|---|
| PTID | ID | The process template ID. |
| PIID | ID | The process instance ID. |
| COMPLETED | Timestamp | The time the process instance completed. |
| 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 instance is created. |
CUSTOM_TEXT1 |
String | Inline custom properties that can be set for a BPEL process. The values of these fields can be set either in Integration Designer, or by using the Business Flow Manager EJB API. |
| DESCRIPTION | String | If the description of the process template contains placeholders, this column contains the description of the process instance with the placeholders resolved. |
| IS_MIGRATED | Boolean | Specifies whether the process instance has been migrated from an older version of the process. If this attribute is set to TRUE, the process instance has been migrated. |
| NAME | String | The name of the process instance. |
| PARENT_NAME | String | The name of the parent process instance. |
| PARENT_PIID | ID | The ID of the parent process instance. |
| RESUMES | Timestamp | The time when the process instance is to be resumed automatically. |
| STARTER | String | The principal ID of the starter of the process instance. |
| STARTED | Timestamp | The time the process instance started. |
| STATE | Integer | The state of the process instance. Possible
values are: STATE_READY (1) |
| TEMPLATE_DESCR | String | Description of the associated process template. |
| TEMPLATE_NAME | String | The name of the associated process template. |
| TOP_LEVEL_PIID | ID | The process instance ID of the top-level process instance. If there is no top-level process instance, this is the process instance ID of the current process instance. |
| TOP_LEVEL_NAME | String | The name of the top-level process instance. If there is no top-level process instance, this is the name of the current process instance. |