Process initiator properties (eMail)

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2013 09:40 AM
Hi,
I would like to send a e-mail to the initiator of the process. I know that I can use the property
I have found this snippet
Thanks!
Cheers
Malte
I would like to send a e-mail to the initiator of the process. I know that I can use the property
activiti:initiator
to get the username of the initiator. But how do I get the e-mail address of that user in order to send the e-mail? I have found this snippet
${initiator.properties.email}
, but it didn't work for me. I'am using Activiti 5.13.Thanks!
Cheers
Malte
Labels:
- Labels:
-
Archive
3 REPLIES 3

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2013 11:08 AM
Are you using the Activiti identity tables to store the information about the users? Then you can retrieve it from there. If the user comes from another identity store, you should look for that information there.
Best regards,
Best regards,

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2013 01:58 AM
I am using the Activiti identity tables. So, how can I retrieve that information from there? Maybe a "build-in" solution for that requirement?
Cheers
Cheers

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2013 11:39 AM
You can use the identity service from a service task to retrieve details about a specific user, including the email address.
Best regards,
Best regards,
