Stay organized with collections
Save and categorize content based on your preferences.
Notification service
The notification service enables Manufacturing Data Engine (MDE) to send notifications to
the user regarding updates in the processing status. This feature was
introduced in release v1.4.0 to enable a more convenient way for the user to
take action based on certain events without the need to manually check the logs.
In v1.4.0, this notification service has two different types of
notifications:
A warning, when a metadata natural-key instance count is approaching
the maximum limit (which is 200). This warning will be triggered when reaching 50% of
the maximum hard limit. The user can check the metadata warning
page to
filter through the natural keys that are approaching the deletion
limit.
A notification, when the metadata natural-key instances are actually
deleted from the MDE operational
datastore in order to ensure the system performance.
In the web interface, the notifications will show up in the top-right corner of the screen.
If you're using the Notification API, it supports the following operations:
Listing the reported notifications with the ability to filter by their
status (for example, read and unread).
Mark a notification as read.
Delete read notifications.
Delete all notifications.
Future releases of MDE might include more notification types
for a better user experience.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-25 UTC."],[],[],null,["# Notification service\n====================\n\nThe notification service enables Manufacturing Data Engine (MDE) to send notifications to\nthe user regarding updates in the processing status. This feature was\nintroduced in release v1.4.0 to enable a more convenient way for the user to\ntake action based on certain events without the need to manually check the logs.\n\nIn v1.4.0, this notification service has two different types of\nnotifications:\n\n- A warning, when a metadata natural-key instance count is approaching the maximum limit (which is 200). This warning will be triggered when reaching 50% of the maximum hard limit. The user can check the metadata warning [page](/manufacturing-data-engine/docs/guides/operate/metadata-keys-warning) to filter through the natural keys that are approaching the deletion limit.\n- A notification, when the metadata natural-key instances are actually deleted from the MDE operational datastore in order to ensure the system performance.\n\nIn the web interface, the notifications will show up in the top-right corner of the screen.\nIf you're using the Notification API, it supports the following operations:\n\n- Listing the reported notifications with the ability to filter by their status (for example, `read` and `unread`).\n- Mark a notification as `read`.\n- Delete read notifications.\n- Delete all notifications.\n\nFuture releases of MDE might include more notification types\nfor a better user experience."]]