process_event_log
The process_event_log table logs all changes in the status of server process instances.
Structure
The process_event_log table has the following structure:
TABLE process_event_log
logical_machine_id |
| |
logical_process_name |
| |
logical_process_instance |
| |
process_id |
| |
process_status |
| |
process_status_comment |
| |
timestamp |
|
|
Column |
Description |
||||||||||||||||||
|
|
ID of the server where the process instance that this event applies to is running, as defined in the node_cluster table. |
||||||||||||||||||
|
|
Logical name of the process that this event applies to. Note: See "Administering iProcess Engine Server Process" in TIBCO iProcess Engine Administrator's Guide for a list of logical process names. |
||||||||||||||||||
|
|
ID of the process instance that this event applies to, as defined in the process_config table. |
||||||||||||||||||
|
|
Process ID (PID) of the process instance that this event applies to. |
||||||||||||||||||
|
|
Status change event that occurs for the specified process instance. One of the following:
|
||||||||||||||||||
|
|
Description of the |
||||||||||||||||||
|
|
Date and time that this event occurred. |
Primary Key
None.
Foreign Keys
Indexes
None.
Storage
The following STORAGE values are defined for this table.
|
Value |
Definition |
|
Initial |
|
|
Percentage Increase |
|
|
Tablespace |
Table Activity
The process_event_log table contains one row for each status change event that has occurred to each instance of a server process.
Rows are added, updated and deleted in the following situations.
|
A row is... |
When... |
|
added |
a process starts, receives a shutdown command, or shuts down. |
|
updated |
never. |
|
deleted |
never. Note: Because rows are never deleted automatically, TIBCO recommend that you regularly monitor the size of this table and delete or archive rows manually if you need to. |