process-analytics / bpmn-visualization-js

A TypeScript library for visualizing process execution data on BPMN diagrams
https://process-analytics.github.io/bpmn-visualization-js/
Apache License 2.0
216 stars 29 forks source link

[FEAT] Allow to only show one or a set of pools at runtime #859

Open tbouffard opened 3 years ago

tbouffard commented 3 years ago

Prerequesites: #953 to be able to switch pools at runtime

We can do this at load time with #592 The new feature will allow to change what we display afterwards.

tbouffard commented 3 years ago

An example using custom mxgraph code has been created for version 0.10.0: https://github.com/process-analytics/bpmn-visualization-examples/pull/124