![]() |
Copyright © TIBCO Software Inc. All rights reserved. |
The active_logins table stores details of all users who are currently logged in to this iProcess Engine node.TABLE active_logins(
logical_machine_id number(5) NOT NULL,
logical_process_name varchar2(10) NOT NULL,
logical_process_instance number(5) NOT NULL,
user_name varchar2(64) NOT NULL,
user_id varchar2(37) NOT NULL,
process_id number(10) NOT NULL,
filsh number(5) NOT NULL,
windows number(2) NOT NULL,
station_id varchar2(32) NOT NULL)
Note: See "Administering iProcess Engine Server Processes" in TIBCO iProcess Engine Administrator's Guide for a list of logical process names. Flag that defines whether the login request came from TIBCO iProcess Objects (0) or from an TIBCO iProcess® Workspace or other SAL application (1).
fk_active_logins1
This key enforces the DELETE CASCADE referential action.
The active_logins table contains one row for each user who is currently logged into this iProcess Engine node.
![]() |
Copyright © TIBCO Software Inc. All rights reserved. |