The Recent Work widget on a worker's homepage displays the five most recently updated steps.
The ordering logic works as follows:
The five most recently updated steps are selected, using the
last_updated_onandworkflow_step_idvalues to determine the order.The step with the earliest
last_updated_ondate appears at the top of the list.The step most recently updated by the logged-in worker appears at the bottom of the list.
đNote: If you'd like this logic to be changed, please raise a request on the Aha ideas portal.
