3 Replies Latest reply on Aug 31, 2010 11:54 AM by tunmang

    Does jbpm email template support for-loop ?

    tunmang

      Hi :

       

      Does jbpm email template support for (or while) loop (or something) like the following :

       

      <mail-template name="mailtmpl-for-html">

          <from addresses="..." />

          <to   addresses="..." />
          <subject>test email : a task created: ${MailInfo.id}</subject>
          <html>
              <body bgcolor="#ffffff" text="#000000">
              <!-- a scripting language here to support multiple nested xml nodes rendering -->
              <!-- such as <li>, <td>, etc. -->
              <!-- info regarding how many xml nodes, type of sub nodes, etc, will be set in the object variable MailInfo.type, MailInfo.size, etc. -->
              </body>
          </html>
      </mail-template>

       

       

      Thanks a lot for your help.