1 Reply Latest reply on May 18, 2007 11:59 AM by alf_dave

    Transition problem on timer

    mauroarc

      Hi, i have problem with timer on a task-node "A"

      <task-node name="A">




      </task-node>

      When taskInstance A is active and duedate expires i would like transition to task B, but i have this strange behaviour:
      -a new taskInstance B is created and is ok
      - task instance A is still active and this is bad
      -because task instance A remains active then timer expires again and so i have exceptions


      I'm using jbpm 3.1.3 , is this a possible bug?
      The same occurs if i implement a custom jbpm action with code to make transition,
      thank you for help in advance