1 Reply Latest reply on Oct 20, 2010 12:00 PM by mwohlf

    Timer Jbpm4.4

    parvathy

      hi ,  I would like to know if we can give a transition inside a timer....if so how??...i know we can give timer inside a transition..that is not what i require...is there a way  to call a transition from a timer so when the timer expires it will go to that transition.....hoping for a reply  Thanking you  Parvathy

        • 1. Re: Timer Jbpm4.4
          mwohlf

          Hi parvathy,

          did you try this:

          [...]

          <transition name="timeout" to="discard">
                 <timer duedate="10 seconds"/>
          </transition>

          [...]