You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 14, 2025. It is now read-only.
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-onsthat directly use names as parameters:namesas parameters bpmn-visualization-addons#73Done at least in:
bpmn-visualization-pm4py/frontend/src/utils.js
Lines 3 to 8 in ff8e970