I created a notification when any user got role flow_designer then a notification is sent
Whenever the Flow Designer role is assigned to a user, a notification should be sent.To achieve this, I created:An event on the sys_user_has_role tableAn after Business Rule on the sys_user_has_role table to queue the eventA notification configured o...