Hi all. I'm trying to add in a task node two transitions to two other diffrent task node. the problem is that during execution one transition is ignored, I mean I cilck on the button but it doesn't transfer to the node I want.
the question is: is it possible to make this in jbpm or not. here is my code: <task-node name="Controle"> | <task name="controle"></task> | <transition name="restart treatment" to="treatment"></transition> | <transition name="validate treatment" to="Satisfaction"></transition> | </task-node> | thanks in advance View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4082080#4082080 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4082080 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
