system_event_conf
The system_event_conf table holds the configuration information of system events. The information specifies which system event will be audited and published.
Structure
The table has the following structure:system_event_conf
| TABLE system_event_conf | |||
| type_id | number(5) | NOT NULL, | |
| audited | number(5) | NOT NULL, | |
| published | number(5) | NOT NULL, | |
| event_desc | varchar(256) | NOT NULL, | |
|
Column |
Description |
|
|
IID of an audit event. It is defined in the
|
|
|
Whether to audit the system event. |
|
|
Whether to publish the system event. |
|
|
Description of the system event. |
Primary Key
The following primary key is defined for this table.
|
Key Name |
Column(s) |
|
pk_event_conf |
type_id |
Foreign Keys
None.
Indexes
None.
Table Activity
The system_event_conf table contains one row for the configuration of each system event.
Rows are added and deleted in the following situations:
|
A row is... |
When... |
|
added |
a new system event configuration is imported to iProcess Engine by using the |
|
updated |
a system event is updated in the configuration file imported by the |
|
deleted |
a system event is deleted from the configuration file imported by the |