The Notifications component keeps us informed about everything that matters in the application: overdue tasks, process events, and other relevant alerts. It centralizes messages related to our work so we can react quickly and stay aligned with the rest of the team.

A message describing the event (for example, a delayed task that may impact another one).
The Notifications component typically shows only the notifications that are relevant to the current user (for example, tasks where we are responsible or subscriber, or processes in which we participate).
We usually add the Notifications component to:
By surfacing task and process events in one place, the Notifications component improves communication and helps us respond to issues before they impact the rest of the workflow.