How can I access the list of emails which are sent by a workflow ??
What I want here is If there are more than 100 emails in my workflow email console at this location : libs/cq/workflow/content/inbox.html
I need to delete if they are of no use, or lets say if some of them are of because of failure of any step. Where exactly these are being stored in CRX ?? when I check /libs/cq/workflow/content/inbox node, I do not see a list of these emails.
So in short my requirement will be like " I want to delete the already existing emails from CQ Workflow inbox when my payload is same".
Thanks in advance !!