Store asynchronous processes that are performed from the mobile app
Data model
Fields
| Field | Type | Description |
|---|---|---|
| file_name* | NVARCHAR (400) | Name of the processed file |
| id* | UNIQUEIDENTIFIER | Unique process identifier |
| state* | VARCHAR (30) | Process status |
| type* | VARCHAR (30) | Type of action in the process |
Primary Key
| PK_AFLS_MOBILE_FILE_PROCESS_DATA |
|---|
| id |