digital-manufacturing-extension-samples
digital-manufacturing-extension-samples copied to clipboard
Support of Core Plugin Notification Extensions
Hi experts,
it seems like there is currently no example in this repo for using Core Plugin Notification extensions.
Anyways in JS docs (tutorial-z_examples.html) it's mentioned that there should be a example Notification extension for the provided worklist extension which doesn't seem to exist.
I also tried to provide a core plugin notification extension by myself using the relevant documentation which is not working too. The getExtensionName() Method is called but not the isSubscribingToNotifications() method and that's why there are no notifications subscribed to.
Are Core Plugin Notification Extension still supported? If yes could you please provide a sample how to use it or a possible fix?
Thanks a lot!
I attached my sample Notification Extension.