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.
* 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?