hello everybody, I have an XPDL file where I have a decision to do:
- if the responde of a test is "yes" i want to go in a task - and if not i want to go in an another. But when i write my XPDL code and execute the decision is already made in the XPDL code, and I want to make my choice when I execute my file. how can i choose the decision (yesor not) when i execute my file with a java code? for example i want to type when i arrived on the decision node "yes" or "no" and this choice permit to choice where i want to go thank you for you help antitrust1982. i put my extract of code: | </start-state> | <task-node name="Analyse DA"> | <transition name="" to="fournisseur existe-t-il?"></transition> | </task-node> | <decision name="fournisseur existe-t-il?" expression="oui"> | <transition name="oui" to="traitement DA" > | </transition> | <transition name="non" to="peut-on réorienter la DA vers fournisseur existant?"> | </transition> | </decision> View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3928197#3928197 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3928197 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
