1 Reply Latest reply on Mar 15, 2009 11:07 PM by littlejc

    What i can i do if my action handler of node executing for a

    littlejc

      Hi, all, this is my first post here.
      i have a question "Does jBPM have time out attribute can interrupt the execution of action hadler of node" .

      I want to do the system automation using the jBPM.
      In order to anvoid the execution time of some actionhandler too long(maybe something wrong or enter an infinite loop), So i add a timer in the node, but it seems not work successful (i add the Thread.sleep(15 seconds) in myActionHandler).

      <node name=node1>






      Does any other approaches that i can do that?
      Thanks~