Copyright © Cloud Software Group, 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 INTEGER NOT NULL,
logical_process_name VARCHAR(10) NOT NULL,
logical_process_instance INTEGER NOT NULL,
user_name VARCHAR(64) NOT NULL,
user_id VARCHAR(37) NOT NULL,
process_id INTEGER NOT NULL,
filsh INTEGER NOT NULL,
windows SMALLINT NOT NULL,
station_id VARCHAR(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 © Cloud Software Group, Inc. All rights reserved. |