Use this predefined database view for queries on process templates.
Column name | Type | Comments |
---|---|---|
PTID | ID | The process template ID. |
NAME | String | The name of the process template. |
VALID_FROM | Timestamp | The time from when the process template can be instantiated. |
TARGET_NAMESPACE | String | The target namespace of the process template. |
APPLICATION_NAME | String | The name of the enterprise application to which the process template belongs. |
VERSION | String | User-defined version. |
CREATED | Timestamp | The time the process template is created in the database. |
STATE | Integer | Specifies whether the process template
is available to create process instances. Possible values are: STATE_STARTED |
EXECUTION_MODE | Integer | Specifies how process instances that are derived from
this process template can be run. Possible values are: EXECUTION_MODE_MICROFLOW |
DESCRIPTION | String | Description of the process template. |
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 |
Last updated: Mon Mar 27 18:04:05 2006
(c) Copyright IBM Corporation 2005.
This information center is powered by Eclipse technology (http://www.eclipse.org)