process-analytics / bpmn-visualization-pm4py

Example of integration between bpmn-visualization and pm4py
GNU General Public License v3.0
10 stars 5 forks source link

[REFACTOR] Use the new `bv-experimental-add-ons` API using "name" parameters #14

Open tbouffard opened 1 year ago

tbouffard commented 1 year ago

Currently, the demo uses custom code to get elements by name, then the retrieved ids are passed to the API of bpmn-visualization.

We could use the API provided by bv-experimental-add-ons that directly use names as parameters:

Done at least in: