|── processes/
| │── <definitions-id>/
| └── 508d2967-e8f6-47cd-b8e6-e65977436ade/
| │── latest/
| │── <YYYY-MM-DD-hh-mm-ss-mmm>/ (UTC time)
| └── 2024-10-22-15-13-32-645/
| │── <definitions-id>.bpmn
| │── user-tasks/
| │ |── <user-task-id_0001>.json
| │ └── <user-task-id_0001>.html
| └── script-tasks/
| |── <script-task-id>.js
| |── <script-task-id>.ts
| └── <script-task-id>.xml (Blockly)
|── processes-artifacts/
| │── images/
| │ └── <image-unique-id>.jpg|png|webp|svg
| └── others/
| |── <report-unique-id>.pdf
| └── <dokument-unique-id>.docx
|── spaces
| │── <space-id>/
| └── spaceLogo.png
|── users
| │── <user-id>/
| └── profilePicture.png
processes/<definitions-id>/latest/with a bpmn file inside on fs/bucket (of course, next to the database entries)artifactstoprocesses-artifacts/