bpmn-visualization-js
bpmn-visualization-js copied to clipboard
[FEAT] Improvements required to support "style the BPMN traces/paths"
This issue relates to #930
### Improvements on the internal model
- [x] #2503
- [ ] #953
- [ ] Add parent/children hierarchy? currently an element only knows its `parentId`
- [ ] Expose the model (internal or a dedicated one) via an API. This lets users and third party libraries manipulate the model and manage the paths.
- [ ] https://github.com/process-analytics/bpmn-visualization-js/issues/2813
See https://github.com/process-analytics/bpmn-visualization-examples/issues/433