The MUX notifications are not triggered when the raise conditions are fulfilled by a process.
Steps to Reproduce:
Expected Results: A notification is sent
Actual Results: The user never receives a notification.
Clarity 16.3 and higher
This was analyzed through DE171510
After sustaining engineering analysis it was determined this is working as designed.
The General Notifications functionality uses business rules under the covers. To be specific, the notification condition is implemented as a business rule behind the scene. The Business rules only gets evaluated when the updates are happening from modern UX but not by other means like classic/XOG/Processes.
You might want to use a REST API call to trigger the notification.
In order to do so you need to include "x-api-rule-engine": "ui" in the header of your call. Create Business Rules for Attribute Updates