Object and Event Transformations
In Object-Centric Process Mining (OCPM), custom transformations clean, filter, and shape raw source data before mapping it to the semantic layer. Depending on data architecture and performance requirements, you can output transformations into a standalone database table or map them directly to object and event attributes.
Transformation selection matrix
Use the matrix below to determine the best transformation method for your specific development scenario:
Transformation type | Storage behavior | Best used for | Performance and downstream impact |
|---|---|---|---|
Table Transformations | Creates a new physical database table. |
| Executes once during data ingestion to prevent redundant downstream query overhead across multiple dependent objects or events. |
Object transformations | Evaluated dynamically during object runtime mapping. |
| Applies processing logic isolated entirely to a single business entity. |
Event transformations | Evaluated dynamically during event runtime mapping. |
| Populates the sequential activity history of individual process logs. |