[jboss-user] [JBoss jBPM] - Re: [jBPM 4] Mai templates context variables

gleenders do-not-reply at jboss.com
Tue Jul 28 04:30:42 EDT 2009


Sorry for not mentioning it in my previous post but I also tried the following

<task duedate="10 seconds" g="36,108,97,52" name="Visa Conseiller">
  | 		<assignment-handler class="be.axi.bpm.handlers.TaskAssignmentHandler"/>
  | 		<on event="task-notification"><mail template="mail-task-assign"/></on>
  | 		<reminder duedate="15 seconds"/>
  | 		<transition g="-76,-12" name="to Inspection" to="Inspection"/>
  | </task>
  | 
  | <mail-template name="mail-task-assign">
  |       <to addresses="xxx at xxx.be" />
  |       <subject>Assignment notification (E-C)</subject>
  |       <text>Task assigned</text>
  |     </mail-template>
  | 
  | 

But this code does nothing at all... It's maybe like kukeltje said:

anonymous wrote : I'm not 100% sure a mail element can be nested in a 'on' element in 4. 


View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4246353#4246353

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4246353



More information about the jboss-user mailing list