Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

AEM 5.6 workflow send email step: get participant name

Avatar

Level 2

Hi guys,

Does someone know if there is any predefined property like ${participant.name} for email template in Send Email workflow process step? I want to send email notification to workflow initiator including name of person who for example approved the content.

Thanks,Ivan

1 Accepted Solution

Avatar

Correct answer by
Level 10

All available varioable documented at [1]. If missing need to implement custom workflow process & if you are taking that path [2] might find helpful. 

[1]   http://dev.day.com/docs/en/cq/current/workflows/wf-ref.html

[2]    http://adobe-consulting-services.github.io/acs-aem-commons/features/email-api.html

View solution in original post

3 Replies

Avatar

Level 2

Yes you can. In your workflow step you can select email check box and email would be sent to initiator containing participant name using default email template located at :

/etc/workflow/notification/email/default/en.txt

Avatar

Correct answer by
Level 10

All available varioable documented at [1]. If missing need to implement custom workflow process & if you are taking that path [2] might find helpful. 

[1]   http://dev.day.com/docs/en/cq/current/workflows/wf-ref.html

[2]    http://adobe-consulting-services.github.io/acs-aem-commons/features/email-api.html

Avatar

Level 6

Does someone know if there is any predefined property to include  comments in email template to Send Email in workflow ? or

 

suggest the other way to achieve that? 

 

Thanks