Skip to main content

Recent work widget on a worker's homepage

How the Recent Work widget on a worker's homepage is populated, including the ordering logic used to display steps.

Y
Written by Yusef Abulaynain

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_on and workflow_step_id values to determine the order.

  • The step with the earliest last_updated_on date 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.

Did this answer your question?