JBoss Community

Re: Help, JPBM4.3 Timer cannot fire

created by Maciej Swiderski in jBPM - View the full discussion

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

Start a new discussion in jBPM at Community