Database Schema Reference
Table
Name | Index | Null? | Type | Description |
|
|
|
|
|
COMBINEDID | ✔ | NOT | VARCHAR2(158) | Internal use only. |
|
| NULL |
|
|
ATTNAME |
|
| VARCHAR2(64) | The name of the attribute that must be |
|
|
|
| returned to the calling process (an |
|
|
|
| output parameter). |
ATTTYPE |
|
| NUMBER(38) | Attribute type. |
ATTSEGMENTID |
|
| NUMBER(38) | Internal use only. |
ATTSEGLENGTH |
|
| NUMBER(38) | Internal use only. |
ATTVALUE |
|
| VARCHAR2(255) | The value of the attribute (in text format) |
|
|
|
|
|
Table B-23 WFHTimer
Name | Index Null? Type | Description |
ID
PROCESSID
TIMERNAME
STATE
RELATIVETIME
✔
✔
NOT | NUMBER(38) | Unique identifier for the timer instance |
NULL |
| within this engine. |
NOT | NUMBER(38) | Unique identifier for the process instance |
NULL |
| in which this timer instance occurs. |
| VARCHAR2(64) | Name of the timer in the process |
|
| definition. |
| NUMBER(38) | State of the timer: |
|
| 820 – WFTimer.OFF |
|
| 830 – WFTimer.ON |
| VARCHAR2(32) | For an elapsed timer, the defined |
|
| duration of time set for the timer, |
|
| expressed in character form. |
|
| For a deadline timer, the defined |
|
| expiration time set for the timer, |
|
| expressed in character form. |
Appendix B Engine Database Schema 345