This was THE hint - now it works as expected:
        <state name="warte 1">
  |          <timer name='reminder' 
  |                 duedate='2 minutes' 
  |                 transition='ex1' 
  |                 cancel-event='node-left'>
  |              <script>
  |                System.out.println("Timer fired "+node);
  |              </script>
  |          </timer>
  |             <transition to="Ende" name="ex1"></transition>
  |     </state>
  | 
But the docu is misleading, saying:
anonymous wrote : this attribute is only to be used in timers of tasks. it 
specifies the event on which the timer should be cancelled. by default, this is 
the task-end event, but it can be set to e.g. task-assign or task-start. ...

Thanks a lot!

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4179855#4179855

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4179855
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to