[jboss-user] [JBoss jBPM] - Re: support template for task assignment
kukeltje
do-not-reply at jboss.com
Thu Jul 23 05:59:31 EDT 2009
making the task-template configurable via the jBPM source should not take more than 2 hours... itÅ› fairly obvious.
In JpdlXmlReader there is a line:
Delegation delegation = createMailDelegation(notificationEvent, null, null, null, null);
notificationEvent contains 'task-assign' what is also the template name
If before this line you check if a template with e.g. the name <task-name>-task-assign exists, you pass in this string, otherwise you pass in just the notificationEvent.
Write a testcase for this et voila...
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4245515#4245515
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4245515
More information about the jboss-user
mailing list