[jboss-user] [JBoss jBPM] - Re: Bug in process designer

gmournos do-not-reply at jboss.com
Tue Jul 25 09:25:27 EDT 2006


Sorry, the process definition is (I hope it gets it right in this post):

<?xml version="1.0" encoding="UTF-8"?>
  | <process-definition>
  | <start-state name="start">
  | <transition to="a" name="to a"/><transition to="b" name="to b"/>  </start-state>
  | <state name="a"><transition to="xor"/></state>
  | <state name="b"><transition to="xor"/></state>
  | <merge name="xor"><transition to="c"/></merge>
  | <state name="c"/>
  | </process-definition>

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

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



More information about the jboss-user mailing list