In development
A component that is in development means that the Egeria community is still building the function. The code is added continuously in small pieces to help the review and socialization process. It may not run, or do something useful - it only promises not to break other function. Expect to find git issues describing the end state.
Notification Inbox OMVS¶
The Notification Inbox Open Metadata View Services (OMVS) is a REST API designed to back user interfaces (UIs) that support notification for a specific user.
The notifications are defined and managed by the Stewardship Action OMAS.
The Notification Inbox OMVS calls the Stewardship Action OMAS to retrieve the list of user notifications for the calling user.
Each user notification has a status, summary description and a link to one or more elements that the notification refers to. For example, a notification may indicate that:
- New data is available for a digital product that the user is watching.
- A new To Do for the user has been created.
- An asynchronous process initiated by the user has finished.
The user can view the details of the notification, change the status of the notification, or delete it.
Raise an issue or comment below