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


Chapter 2 Process Sentinels : process_attributes

process_attributes
The process_attributes table stores process attribute definitions, which provide configuration information for iProcess Engine server processes.
Structure
The process_attributes table is structured as follows:
TABLE process_attributes (
logical_machine_id
number(5) NOT NULL,
logical_process_name varchar2(10) NOT NULL,
logical_process_instance number(5) NOT NULL,
attribute_name varchar2(50) NOT NULL,
attribute_value varchar2(1024) NOT NULL,
attribute_type varchar2(2) NOT NULL)
A value of 0 means that this attribute applies to all servers that are part of this node.
A value of ALL means that this attribute applies to all processes on the indicated server.
Note: See "Administering iProcess Engine Server Processes" in TIBCO iProcess Engine Administrator's Guide for a list of logical process names.
A value of 0 means that this attribute applies to all instances of the indicated process.
Note: See "Administering Process Attributes" in TIBCO iProcess Engine Administrator's Guide for a list of the available process attributes.
Note: See "Administering Process Attributes" in TIBCO iProcess Engine Administrator's Guide for a list of the valid values for each process attributes.
Type of this process attribute: either I (Integer), C (Character) or S (String).
Note: All attribute_values are stored as strings in this table. This value determines how the value is returned to the SWDIR\bin\swadm interface.
Primary Key
The following primary key is defined for this table.
Foreign Keys
None.
Indexes
None.
Storage
The following STORAGE values are defined for this table.
Table Activity
The process_attribute table contains one row for each unique definition of a process attribute 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