My flow contains 10 different tabs. and each tab has some notifications triggered by specific events. But the problem is notification is not contained to a specific tab. when ever a notification is displayed, it displays on all the tabs instead of on a specific tab.
With the ui_control node you can determine on what tab your are and with this outcome and a switch node you can display only the required notification.