Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved


Chapter 2 Process Sentinels : running_processes

running_processes
The running_processes table stores information about each process instance that is currently running on the system.
Structure
The running_processes table has the following structure:
TABLE running_processes (
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,
port_number number(5) NOT NULL)
Note: See "Administering iProcess Engine Server Processes" in TIBCO iProcess Engine Administrator's Guide for a list of logical process names.
Primary Key
None.
Foreign Keys
None.
Indexes
None.
Storage
The following STORAGE values are defined for this table.
Table Activity
The running_processes table contains one row for each instance of an iProcess Engine server process that is currently running on the system.
Rows are added, updated and deleted in the following situations.
a process instance is restarted (process_id and port_number are updated).

Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved