-
Notifications
You must be signed in to change notification settings - Fork 33
sys_fprocess
Daniel Marín edited this page Jul 8, 2026
·
1 revision
Catalog of system processes executed inside different functions of giswater.
| 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 |


