Hello,
I need to list all unique process definitions and their versions for a custom UI.
Currently, the public /process-definition API returns a flat list of every single version, requiring complex client-side grouping.
I’ve noticed the internal operate/api/processes/grouped endpoint returns exactly what’s needed: a clean, grouped list of processes with all their versions.
My questions:
- Is there an existing public API that provides this functionality?
- If not, can this
processes/groupedAPI be exposed and documented for public use?
Exposing this would greatly simplify custom application development.
Thank you.