Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 2 Process Sentinels : sw_subscription_list

sw_subscription_list
The sw_subscription_list table stores the list of event subscription records currently defined on the system. Each event subscription record defines the event that is being subscribed to and the process instance that has subscribed to it.
The sw_subscription_list table is a persistent copy of the event daemon’s in-memory subscription list. If the event daemon fails for any reason, it rebuilds its subscription list from this table when it restarts.
Structure
The sw_subscription_list table has the following structure:
TABLE sw_subscription_list (
event_topic_id integer NOT NULL,
logical_machine_id integer NOT NULL,
logical_process_name varchar(10) NOT NULL,
logical_process_instance integer NOT NULL,
notify_port_number integer NOT NULL,
machine_name varchar(256) 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
The following primary key is defined for this table.
Foreign Keys
None.
Indexes
None.
Table Activity
The sw_subscription_list table contains one row for each event subscription currently defined on the system.
Rows are added, updated and deleted in the following situations.

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved