[jboss-user] [jBPM] - Re: Help, JPBM4.3 Timer cannot fire

Maciej Swiderski do-not-reply at jboss.com
Wed Oct 19 08:57:07 EDT 2011


Maciej Swiderski [http://community.jboss.org/people/swiderski.maciej] created the discussion

"Re: Help, JPBM4.3 Timer cannot fire"

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

--------------------------------------------------------------
Just change the order of elements inside on element:

<state name="Test">
   <on event="timeout" >
       <event-listener class="TimeoutListener" />
       <timer duedate="30 seconds" />
    </on>
    <transition name="Branch1" to="Result1">
    </transition>
    <transition name="Branch2" to="Result2">
    </transition>
</state>

And that should do the trick.

HTH
--------------------------------------------------------------

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

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/20111019/92d4a538/attachment.html 


More information about the jboss-user mailing list