Business processes historical data operational database
🌐 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 process_history
database provides long-term storage for the execution history of business process instances and user tasks.
2. Database schema
Legend
Diagram notation | Table notation | Meaning |
---|---|---|
ο and [PK] |
|
Primary key |
[FK] |
|
Foreign key |
● |
|
Required field (not null) |
|
Optional field (null) |
A table relationship is not established intentionally because, as a result of denormalization, they contain the entire set of attributes necessary for serving historical queries and are filled with data independently of each other.
3. Data structures
3.1. bpm_history_process
Provides storage for business processes history.
Column name Description |
---|
|
|
|
|
|
|
|
|
|
|
|
|
3.2. bpm_history_task
Provides storage for tasks history.
Column name Description |
---|
|
|
|
|
|
|
|
|
|
|
|