process-analytics / bpmn-visualization-addons

Add-ons for `bpmn-visualization`.
https://process-analytics.github.io/bpmn-visualization-addons/
Apache License 2.0
3 stars 0 forks source link

[FEAT] Introduce `ProcessPathResolver` for path resolution of all instances/cases of a process #144

Open tbouffard opened 1 year ago

tbouffard commented 1 year ago

Is your feature request related to a problem? Please describe.

We already provide a generic implementation with PathResolver and another one dedicated to a single instance/case of a process with CasePathResolver. We should think about providing one for all instances/cases of a process.

Describe the solution you'd like

This is a meta issue to track all path resolution we could provide at "process" level based on our experience of the implementatoin of CasePathResolver.