1 Reply Latest reply on May 13, 2009 11:58 AM by tejjbpm

    Email subject is empty always

    tejjbpm

      Hi All

      My task nodes are sending reminders fine but even though i specify a subject in the template it is always empty. Did anybody face this problem?

      Here is the code for template.. and the task node

      <task-node name="line manager review">
      <task name="line manager review" blocking="true">
      <description> desc</description>
      <assignment actor-id="#{ifp_line_manager_actor}"></assignment>
      <controller class="com.myController"></controller>
      <reminder duedate="2 business minutes" repeat="yes"/>
      </task>
      <transition to="notify-review" name="approve"></transition>
      </task-node>
      
      My reminder template in jbpm.mail.templates.xml is
      <mail-template name='task-reminder'>
       <actors>#{taskInstance.actorId}</actors>
       <subject>REMINDER: #{processInstance.getId} requested by #{firstName} #{lastName} !</subject>
       <text><![CDATA[ REMINDER: task is assigned to you.
       ]]></text>
       </mail-template>