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#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...