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 INTEGER NOT NULL,
logical_process_name VARCHAR(10) NOT NULL,
logical_process_instance INTEGER NOT NULL,
process_id INTEGER NOT NULL,
port_number INTEGER 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
The following index is 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