Copyright © Cloud Software Group, Inc. All rights reserved.
Copyright © Cloud Software Group, 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
INTEGER NOT NULL,
logical_process_name VARCHAR(10) NOT NULL,
logical_process_instance INTEGER NOT NULL,
attribute_name VARCHAR(50) NOT NULL,
attribute_value VARCHAR(1024) NOT NULL,
attribute_type VARCHAR(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.
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 © Cloud Software Group, Inc. All rights reserved.
Copyright © Cloud Software Group, Inc. All rights reserved.