camunda-community-hub / zeebe-simple-monitor

A monitoring application to show insides of Zeebe for developers
Apache License 2.0
167 stars 105 forks source link

feature: jump to latest process definition version #737

Open nhomble opened 1 month ago

nhomble commented 1 month ago

In the process-list-view, it would be powerful if we could jump to the latest version of the processId rather than sifting through the pages.

Open to suggestions, but a link to latest suffices for me, but I can imagine a dropdown might be more future proof.


The issue is that in a scenario where we have many definitions and version, (definitions x version) lead to developers sifting through many tabs of processes looking for the one they care about.

nhomble commented 1 month ago

I am happy to contribute as well if there's buy-in for this feature.