cancel
Showing results for 
Search instead for 
Did you mean: 

email templates in Activiti workflow

mandalinaveen
Champ on-the-rise
Champ on-the-rise
Hi,

I have one query regarding the usage of email templates in Alfresco Activiti workflow. Is it possible to add the mail template in Activiti workflow? I have seen many examples for sending mails but none of them are using templates. Please let me know if it is possible.

Thanks,
Naveen.
4 REPLIES 4

muralidharand
Star Contributor
Star Contributor
Hi Naveen,
You can take a look out of box workflows which  are already using email templates.
For example, take a look on a site invite workflow and its email tempaltes are present in the following folder.

C:\Alfresco\tomcat\webapps\alfresco\WEB-INF\classes\alfresco\templates\invite-email-templates

Hope this helps you.

romschn
Star Collaborator
Star Collaborator
Where do you have the email templates available? On classpath (i.e. on file system location) or in data dictionary?

Hi Ramesh,

The templates are available in data dictionary folder.

Regards,
Naveen.

mandalinaveen
Champ on-the-rise
Champ on-the-rise
Hi,

I have fixed the issue by using mail.parameters.template property. We can pass the template path in the parameter.

Regards,
Naveen.