I want to customise aem inbox notification bcoz I don’t want to send notification to workflow initiator.
i want notification to go to only wf approver (but in my usecase both belong to same group) for this reason, i have written custom class extending com.adobe.acs.commons.notifications.InboxNotification and custom class implementing InboxNotificationSender api.
i am able to send customise inbox notification but when i click on notification > click complete > complete work item dialog > next step dropdown gives me some undefined values… how to fix that?
ideally it shud the next step of workflow in dropdown which is not coming.
also tell what parameters does this method expect - InboxNotificationImpl.setNoticationActions(); any example for that pls
Solved! Go to Solution.
Views
Replies
Total Likes
@SumanSatija4 : Please refer this already accepted response: https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/how-to-send-aem-inbox-noti...
Ideally once your approver approves it, you should already have the user-id of approver and you can send notification to that user.
If this doesn't hep, please share snippet of your code of custom WF step which approves and your WF as well?
thanks.
@SumanSatija4 : Please refer this already accepted response: https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/how-to-send-aem-inbox-noti...
Ideally once your approver approves it, you should already have the user-id of approver and you can send notification to that user.
If this doesn't hep, please share snippet of your code of custom WF step which approves and your WF as well?
thanks.
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies