[jbpm-dev] [Design of JBoss jBPM] - schema for mail template and activity

alex.guizar@jboss.com do-not-reply at jboss.com
Mon Apr 13 16:10:48 EDT 2009


Template:
<template name='tmpl1' language='juel'>
  |   <to addresses='alex at jbpm.org, you at jboss.org'>
  |   <cc actors='theboss, qa-lead' />"
  |   <subject>mail template</subject>"
  |   <text>plain text content</text>
  |   <html><strong>rich</strong> content</html>
  |   <attachments>
  |     <attachment url="http://example.com/pictures/diagram.png" />
  |     <attachment resource="org/jbpm/pic.jpg" />
  |   </attachments>
  | </template>

Activity:
<mail template="tmpl1" />
If template attribute is not present, a template must be specified inline using the same attributes and nested elements as shown above.

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

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



More information about the jbpm-dev mailing list