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 |
| |
logical_process_name |
| |
logical_process_instance |
| |
attribute_name |
| |
attribute_value |
| |
attribute_type |
|
|
Column |
Description |
|
|
ID of the server where the process instance that this attribute applies to is running, as defined in the node_cluster table. A value of |
|
|
Logical name of the process that this attribute applies to. A value of Note: See "Administering iProcess Engine Server Processes" in TIBCO iProcess Engine Administrator's Guide for a list of logical process names. |
|
|
ID of the process instance that this attribute applies to, as defined in the process_config table. A value of |
|
|
Name of this process attribute. Note: See "Administering Process Attributes" in TIBCO iProcess Engine Administrator's Guide for a list of the available process attributes. |
|
|
Value of this process attribute. 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 Note: All |
Primary Key
The following primary key is defined for this table.
|
Key Name |
Column(s) |
|
|
|
Triggers
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.
|
A row is... |
When... |
|
added |
a new process attribute definition is added, either at installation or by using the |
|
updated |
a process attribute definition is updated, using the |
|
deleted |
a process attribute definition is deleted, using the |
|
Note |
This table can contain orphan rows in which data can exist that does not apply to any process currently being used. |