1 Reply Latest reply on Sep 10, 2010 2:31 AM by swiderski.maciej

    History across all versions of a process definition?

    swd_eagle

      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?

        • 1. Re: History across all versions of a process definition?
          swiderski.maciej

          in version 4.5 (trunk) there is an enhancement in the query implementation that enables user to specify operands, so in your case you could use LIKE to specify constant part of the definition id or use IN to specify all process definition ids you are interested in.

           

          Please note it still under review and any comments are more than welcome.

          1 of 1 people found this helpful