How can I use the history service to get data across all versions of a process?
Eg, you have process 'Order fullfillment' and want to see how many order have been completed, irrespective of which version of the process was used.
At the moment it looks like I will have to get all the version, get the data per version and add it up?