I use jBPM 3.2.2 , and mi jpdl is : 

  <start-state name="start">
  |        <task name="SolicitudBG">
  |                     <controller>
  |                             <variable access="read,write,required" 
name="NombreProyecto"></variable>
  |                             <variable access="read,write,required" 
name="Beneficiario"></variable>
  |                             <variable access="read,write,required" 
name="Sponsor"></variable>
  |                             <variable access="read,write,required" 
name="Monto"></variable>
  |                             <variable access="read,write,required" 
name="Fecha"></variable>
  |                     </controller>
  |             </task>
  |      <transition to="enviar mail" name="enviar_mail"></transition>
  |    </start-state>
  |    
  |     <state name="enviar mail">
  |             <event type="node-enter">
  |                     <mail name="mailIt" to="[EMAIL PROTECTED]"> 
  |                     </mail>
  |             </event>
  |             <timer name="alerta" duedate="#{Fecha} - 5 business days">
  |                     <action class="org.jbpm.mail.Mail">
  |                     <to>[EMAIL PROTECTED]</to>
  |                     <template>actor-reminder-1</template>
  |                     </action>
  |             </timer>
  |             <transition to="Termino"></transition>
  |     </state>
  |     
  |     <end-state name="Termino"></end-state> 

but doesn't work because no read the variable #{fecha}, you know how do that??. 
 

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4150559
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to