내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

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 채택된 해결책 개

Avatar

정확한 답변 작성자:
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

원본 게시물의 솔루션 보기

3 답변 개

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

정확한 답변 작성자:
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