Process choreographer provides the following predefined view for queries on process templates. Only the columns that are relevant to V5.0-style processes are documented here.
Column name | Type | Comments |
---|---|---|
PTID | ID | Process template ID. |
NAME | String | Name of the process template. |
VALID_FROM | Timestamp | The time from when the process template can be instantiated. |
APPLICATION_NAME | String | 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: STATE_STARTED STATE_STOPPED |
DESCRIPTION | String | Description of the process template. |
CATEGORY | String | The category to which the process template belongs. |
CAN_RUN_SYNC | Boolean | Specifies if the process can run non-interrupted. |
CAN_RUN_INTERRUP | Boolean | Specifies if the process can run interrupted. |