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