![]() |
Copyright © TIBCO Software Inc. All rights reserved. |
The process_event_log table logs all changes in the status of server process instances.TABLE process_event_log (
logical_machine_id number(5) NOT NULL,
logical_process_name varchar2(10) NOT NULL,
logical_process_instance number(5) NOT NULL,
process_id number(10) NOT NULL,
process_status number(5) NOT NULL,
process_status_comment varchar2(255) NULL,
timestamp date NOT NULL)
Note: See "Administering iProcess Engine Server Processe" in TIBCO iProcess Engine Administrator's Guide for a list of logical process names.
• 3000 - process instance started.
• 3001 - process instance stopping.
• 3002 - process instance stopped.
• 3003 - process instance died.
• 3004 - process instance paused.
• 3005 - process instance unpaused. Description of the process_status entry, as reported to the Process Sentinels by the process. The following STORAGE values are defined for this table.
The process_event_log table contains one row for each status change event that has occurred to each instance of a server process.
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.
![]() |
Copyright © TIBCO Software Inc. All rights reserved. |