sys_fprocess - Giswater/giswater_dbmodel GitHub Wiki
Description:
Catalog of system processes executed inside different functions of giswater.
Fields:
| Column name | Data type | Description | Example |
|---|---|---|---|
| fid | integer | Id | 101 |
| fprocess_name | character varying(100) | Name of the process | Qgis project check |
| project_type | character varying(6) | Project in which it's being used | utils |
| parameters | json | Additional parameters | |
| source | text | Process source | |
| isaudit | boolean | If true, process information is saved on a log table - audit_fid_log | |
| fprocess_type | text | Label of a process type | |
| addparam | json | Additional parameters | Check epa-data, Function process, Check graph-data |