[jboss-user] [JBoss jBPM] - Re: notification to the user of specific role.

2009-07-27 Thread kukeltje
>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

[jboss-user] [JBoss jBPM] - Re: notification to the user of specific role.

2009-07-27 Thread TejJBPM
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. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4246144#4246144 Reply to t

[jboss-user] [JBoss jBPM] - Re: notification to the user of specific role.

2009-07-25 Thread kukeltje
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

[jboss-user] [JBoss jBPM] - Re: notification to the user of specific role.

2009-07-25 Thread shekharv
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. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4246012#424601