- 
        1. Re: notification to the user of specific role.shekharv Jul 25, 2009 12:43 PM (in response to 3)Depending on how you are implementing the whole identity management part, you might want to invoke this kinds of things in the the events that get triggered when a certain api call is made in jbpm4. 
- 
        2. Re: notification to the user of specific role.kukeltje Jul 25, 2009 2:06 PM (in response to 3)Shekar, 
 Not needed, see http://docs.jboss.com/jbpm/v4.0/devguide/html_single/#mailsupport
 You can use groupnames in the mail template and afaik even EL in there so you can refer to e.g. a variable or whatever.
 Might even be that sending an email to the 'candidate group' a task is assigned to is the default behaviour of jBPM 4.
- 
        3. Re: notification to the user of specific role.tejjbpm Jul 27, 2009 6:12 AM (in response to 3)Set the "notify" to yes in your task node and whoever you set on the "Assignment" tab will be notified. You can use a actor,pool of actors or swimlane based on what you want to achieve. 
- 
        4. Re: notification to the user of specific role.kukeltje Jul 27, 2009 7:49 AM (in response to 3)From what I've seen in the code, only individual assignees receive a message. What he wants is to notify (candidate) groups. I think that requires a different template where to/cc is filled with something like ${task.candidateGroups} (this is not the correct syntax, but just to give you an idea) 
 
     
     
    