The order of assignments in Review harness
Hello,
When I spinoff three sub processes, four assignments are created. One from main process, and three from sub process, shown as below. My question is what order these assignments are sorted by.
For example, if I perform Step α of sub process 1 on top, next assignment, Step β is displayed between Step A of main process and Step 1 of sub process 3.
Initially I thought this is sorted by pxUpdateDateTime in ascending order, but it seems not really true. Why not bottom? Username of assignee has anything to do with this ("CW" comes before "D" because of alphabetical order)? I would like to know the exact logic. Also, how can I sort this in reverse (in descending order)?
Regards,