cancel
Showing results for 
Search instead for 
Did you mean: 

how to send a differente email?

bathio2014
Champ in-the-making
Champ in-the-making
hi,
I want to create a workflow who sending an email for all user, i have an idea, i can set a listner to the userTask and the class for this listner,
get all users and sending all emails.
I want a perfect solution.
has anyone have an other idea??
thanks.
2 REPLIES 2

yvoswillens
Champ in-the-making
Champ in-the-making
Hi,

what would be a straight forward possibility is

* aggregate all users by REST or Java API
* put a comma separated list of all email addresses as a process instance variable on the scope
* use this in a email task

Will this satisfy you in the search for a perfect solution?

Regards,

Yvo

bathio2014
Champ in-the-making
Champ in-the-making
thanks for your solution