process-analytics / bpmn-visualization-examples

Examples of use of the `bpmn-visualization` library.
https://cdn.statically.io/gh/process-analytics/bpmn-visualization-examples/master/examples/index.html
Apache License 2.0
58 stars 19 forks source link

[DEMO] Around the use case "object-centric process mining" #434

Open csouchet opened 1 year ago

csouchet commented 1 year ago

Reflections and preparation of a demo around the use case "object-centric process mining"

csouchet commented 1 year ago

@assynour Is it possible to have more information of the use case ?

assynour commented 1 year ago

This is still a complex research area because there is no formal definition for what is an "object-centric" BPMN. The concept has been defined for process maps and petri nets but not for BPMN.

From a pure visualization perspective, if we aim to follow the visualization approaches used for process maps and Petri nets, we would need to visualize a multigraph which is currently not supported by our libraries, making it challenging to develop a demo. This issue highlights the need for future research in this domain.

We can discuss this further if you need more details 🙂