When we query for historic task instances and if we don’t specify explicitly any sort order, then by default any sort order used in the query to fetch the historic task instances?
Hi @aravindhrs,
there is no default ordering. If you don’t specifiy a property to order by there is no guaranteed order of the returned results.
This may vary between database systems.
Cheers,
Miklas