|
| Database Schema Reference |
Table | WFHRegistrationLog (Continued) |
|
|
|
|
Name | Index Null? Type | Description |
|
|
|
STATE | NUMBER(38) | Effect of this registration action: |
|
| 1 – Registered |
|
| |
LOGTIME | DATE | Time of this logging. |
|
|
|
Table | WFHSessionLog |
|
|
|
Name | Index Null? | Type | Description | |
|
|
|
| |
ID |
| NUMBER(38) | Unique identifier for the client session. | |
SESSNAME |
| VARCHAR2(64) | The session name (not logged on session | |
|
|
| termination). | |
USERNAME |
| VARCHAR2(64) | The user name for the session user (not | |
|
|
| logged on session termination). | |
PROFILENAME | VARCHAR2(64) | The profile name of the user on the | ||
|
|
| session. | |
STATE |
| NUMBER(38) | Logged new state for the session: | |
|
|
| 210 | – WFSession.ACTIVE |
|
|
| 220 | – WFSession.SUSPENDED |
|
|
| 230 | – WFSession.TERMINATED |
LOGTIME |
| DATE | Time of this logging. | |
|
|
|
|
|
Table B-38 WFHTimerLog
Name | Index Null? Type | Description |
|
|
|
ID | NUMBER(38) | Unique identifier for the timer instance |
|
| within this engine. |
PROCESSID | NUMBER(38) | Unique identifier for the process instance |
|
| in which this timer instance occurs. |
TIMERNAME | VARCHAR2(64) | Name of the timer in the process |
|
| definition. |
LOGTIME | DATE | Time of this logging. |
|
|
|
Appendix B Engine Database Schema 355