this is anohter process file
file1.xml
<?xml version="1.0" encoding="UTF-8"?>
  | 
  | <process name="normal" xmlns="http://jbpm.org/4.0/jpdl";>
  |    <start g="54,93,48,48" name="start1">
  |       <transition name="to end1" to="end1" g="-47,-17"/>
  |    </start>
  |    <end name="end1" g="354,79,48,48"/>
  | </process>

file2 
<?xml version="1.0" encoding="UTF-8"?>
  | 
  | <process name="normal" xmlns="http://jbpm.org/4.0/jpdl";>
  |    <start g="54,93,48,48" name="start1">
  |       <transition name="to task1" to="task1" g="-53,-17"/>
  |    </start>
  |    <end name="end1" g="354,79,48,48"/>
  |    <task name="task1" g="188,148,92,52">
  |       <transition name="to end1" to="end1" g="-47,-17"/>
  |    </task>
  | </process>

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

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

Reply via email to