Contains the information of the cases that are processed asynchronously
Data model
Fields
| Field | Type | Description |
|---|---|---|
| creation_date* | DATETIME | Case creation date in the vault |
| error_value | VARCHAR (MAX) | Value of the error if it occurs while processing the case |
| item_id | INT | Case ID |
| json_value | VARCHAR (MAX) | Case data in JSON format |
| modification_date | DATETIME | Case Change Date in Warehouse |
| partition_key* | VARCHAR (128) | Case type created |
| row_key* | VARCHAR (36) | Unique alphanumeric case identifier in the shopping cart |
| status* | INT | Status of the case in the warehouse |
| tenant_id* | INT | Tenant ID |
| user_id* | INT | User ID |