[jboss-user] [JBoss jBPM] - delay task execution jpdl

cla83 do-not-reply at jboss.com
Mon Oct 15 05:37:11 EDT 2007


ok i've solved the deploy problem (wrong xml tag) and i've tried this solution: 
  | ...
  | <start-state name="start">
  |     <event type="node-enter">
  |    <script>System.out.println("ciao mamma!!!!!!!!!!!!!!!!");</script>
  |    </event>
  |       ...
  |  <state name="wait">
  |    <event type="node-enter">
  |       <create-timer duedate="60 seconds"  transition="continue">
  |       <script>System.out.println("ciao mamma");</script>
  |       </create-timer>
  |       </event>
  |       <transition name="continue" to="Control"></transition>
  |    </state>
  | ...
  | 

but when the flow  reach the wait state the token don't leave it.
How you can see i've also added 2 script but in both cases the server console don't show the message:"ciao mamma"
Can be a jvm probem??
P.S.I'm sorry for my ignorance


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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4095158



More information about the jboss-user mailing list