Hi,

If you have a Node, which assigns a Java handler called 'MyAction':

<node name="Store Document">
  |             <action name="Store Document Action" class="MyAction"></action>
  |             <transition to="Complete"></transition>
  |     </node>

If the handler 'MyAction' throws an exception (perhaps a database it needed to 
query was down), execution of the flow will stop at that node. How do we 
re-execute that node using the API's once we have fixed the problem (brought 
the database up).

I tried just signalling the token (ie. token.signal()), but that doesn't 
re-execute 'MyAction', it just moves the token along to the next node.

Thanks.

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

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

Reply via email to