orderByProcessInstanceId()
Hi,I would like to retrieve the list of Tasks owned by a particular user ordered by their processInstanceId, so i have used:taskService.createTaskQuery().taskAssignee(userId).orderByProcessInstanceId().asc()Unfortunately I found that the order isn...