Database Schema Reference
Table | WFHTimer (Continued) |
|
|
Name | Index Null? | Type | Description |
|
|
| |
CURRELATIVETIME | VARCHAR2(32) | For a paused elapsed timer, the duration | |
|
|
| remaining should the timer be turned on |
|
|
| again without reset, expressed in |
|
|
| character form. |
|
|
| For a paused deadline timer, the |
|
|
| “remembered” expiration time should |
|
|
| the timer be turned on again without |
|
|
| reset, expressed in character form. |
TIMETOALARM | DATE | For a running timer, the time when it | |
|
|
| will expire. |
TYPE |
| NUMBER(38) | Type of timer: |
|
|
| 1 – WFTimer.ELAPSED |
|
|
| 2 – WFTimer.DEADLINE |
|
|
|
|
Registration Tables
This section contains an alphabetical list of all registration tables in the engine database. For a description of each of these tables, refer to Table
Table | WFHAlias |
|
|
|
Name | Index | Null? | Type | Description |
|
|
|
|
|
ALIAS | ✔ | NOT | VARCHAR2(64) | Name of an alias registered on this |
|
| NULL |
| engine. |
PROCESS |
|
| VARCHAR2(64) | Name of the process definition which the |
|
|
|
| alias represents (same as the alias name). |
ENGINE |
|
| VARCHAR2(64) | Engine where the actual process |
|
|
|
| definition resides. |
ENVIRONMENT |
| VARCHAR2(64) | Environment of the engine where the | |
|
|
|
| actual process definition resides. |
|
|
|
|
|