Object data storage
🌐 This document is available in both English and Ukrainian. Use the language toggle in the top right corner to switch between versions. |
1. Overview
The Business processes management subsystem uses Ceph object storage from the Distributed data storage subsystem to temporarily store digital document files uploaded by users through the UI forms or by business process service tasks.
2. Data structures
2.1. lowcode-file-storage
A bucket for temporary storage of digital documents uploaded during business processes.
Object key generation pattern
process/{processInstanceId}/{UUID}
Attribute | Data type | Optionality | Description |
---|---|---|---|
|
String (UUID) |
Required |
Unique ID |
|
String |
Required |
File name |
|
String |
Required |
File checksum |
|
String |
Optional |
Form field name |
|
String |
Optional |
Name of the form from which the file was uploaded |
Data type | Description |
---|---|
byte[] |
File content |