![]() |
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 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.
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. |