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
59 stars 19 forks source link

[REFACTOR] Prediction demo: use `CasePathResolver` of `bv-experimental-add-ons` #573

Open tbouffard opened 1 year ago

tbouffard commented 1 year ago

We are not using PathResolver in the demo for now as it is not considering edge in the input. See #520.

Needs