Hi,
I am using the REST API to get the historic activity instances of a process instance.
In the REST response I have the start and end time of each step. We have several exclusive gateways after each other and they all have the same timestamp. So it isn’t possible for me to bring the response entries into the correct order.
In the act_hi_actinst table is a cloumn named “SEQUENCE_COUNTER_” and when I set order the entries ascending to this column, the activities are in the order they were processed.
Is there a chance to enhance the REST call for history/activity-instance so that the value of sequence_counter_ were added?
Thank you in advance,
Rainer