![]() |
Copyright © TIBCO Software Inc. All rights reserved. |
The running_processes table stores information about each process instance that is currently running on the system.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.
The running_processes table contains one row for each instance of an iProcess Engine server process that is currently running on the system.
![]() |
Copyright © TIBCO Software Inc. All rights reserved. |