How to get Asset Timeline comments as part of email notification triggered to assignee.
Getting asset path (in email message body), but not the given comment text.
any thoughts please.
Version - AEM 6.4.4
Views
Replies
Total Likes
Hi,
In case of AEM 6.4 the default path for template used is /libs/settings/workflow/notification/email/tasks/created/en.txt [1].
You can make necessary modifications in the templates being used for sending emails, check below link for details around it if this supports your use case.
https://helpx.adobe.com/in/experience-manager/6-4/sites/administering/using/notification.html
Regards,
Sumeet Chawla.
[1]:
subject=${item.name}: Task Created1
header=-------------------------------------------------------------------------------------\n \
Task: ${item.name}\n \
Description: ${item.description}\n \
User: ${participant.name} (${participant.id})\n \
-------------------------------------------------------------------------------------\n\n
message=Content: ${host.prefix}${payload.path.open}\n
footer=\n \
-------------------------------------------------------------------------------------\n \
View the overview in your ${host.prefix}/aem/inbox\n \
-------------------------------------------------------------------------------------\n \
This is an automatically generated message. Please do not reply.
Thanks Sumeet, already looked into it but seems timeline comments persists into <Asset path>/jcr:content/comments as nodes and not pushed to the task node at /var/taskmanagement/tasks.
Hi Nitin,
Below are few pointers regarding the functionality:
[1] /libs/settings/workflow/notification/email/tasks/created/en.txt
[2] /var/taskmanagement/tasks
[3] Day Communique 5 Workflow Implementation(com.day.cq.workflow.cq-workflow-impl)