PROCESS_TEMPLATE view

Use this predefined database view for queries on process templates.

Table 1. Columns in the PROCESS_TEMPLATE view
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
STATE_STOPPED

EXECUTION_MODE Integer Specifies how process instances that are derived from this process template can be run. Possible values are:

EXECUTION_MODE_MICROFLOW
EXECUTION_MODE_LONG_RUNNING

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
COMP_SPHERE_REQUIRES_NEW
COMP_SPHERE_SUPPORTS
COMP_SPHERE_NOT_SUPPORTED


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)