[jboss-user] [jBPM] - jbpm4.4 timer triggering problem

parvathy j a do-not-reply at jboss.com
Mon Nov 8 07:42:34 EST 2010


parvathy j a [http://community.jboss.org/people/parvathy] created the discussion

"jbpm4.4 timer triggering problem"

To view the discussion, visit: http://community.jboss.org/message/570072#570072

--------------------------------------------------------------
hi,
  I have a jpdl file with two timer in it...but only one timer is being fired..the second timer is not working..

<?xml version="1.0" encoding="UTF-8"?>
<process name="TaskNotification" xmlns=" http://jbpm.org/4.4/jpdl http://jbpm.org/4.4/jpdl">
  <start g="20,20,48,48">
    <transition name="to_review" to="review"></transition>
  </start>
<task name="review" assignee="#{order.owner}">
<transition name="to_secondTask" to="secondTask">
<timer duedate="2 minutes"/>  
</transition>
</task>
<task name="secondTask"
    g="96,16,127,52">
  <timer duedate="2 minutes">    
  <event-listener class="com.sis.crm.sca.launch.task.ActionJava" />
  </timer>  
 <transition to="wait"/>
  </task>
  <state name="wait" g="255,16,88,52"/>
</process>

i have imported <import resource="jbpm.jobexecutor.cfg.xml" /> this in my jbpm.cfg.xml file...

the first timer inside the transition is working fine and itz going to the second task node..but the timer inside the second task is not firing...so is the eventlistener in it...could anyone tell me the possible reason for this...

Thanking you
Parvathy J A
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/570072#570072]

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20101108/88e39676/attachment-0001.html 


More information about the jboss-user mailing list