[jboss-user] [JBoss jBPM] - Re: [JBPM4] Error while ending a process having a sub-proces

sushantgupta402 do-not-reply at jboss.com
Tue Aug 4 06:54:33 EDT 2009


============ MainProcess =========================
  | <?xml version="1.0" encoding="UTF-8"?>
  | 
  | <process name="MainProcess" xmlns="http://jbpm.org/4.0/jpdl">
  |    <start name="start1" g="94,35,48,48">
  |       <transition to="Subprocess1"/>
  |    </start>
  |    <end name="end1" g="102,232,48,48"/>
  |    <sub-process name="Subprocess1" g="117,141,92,52" sub-process-key="SubProcess">
  |       <transition to="end1"/>
  |    </sub-process>
  | </process>
  | 
  | ============ SubProcess =========================
  | <?xml version="1.0" encoding="UTF-8"?>
  | 
  | <process name="SubProcess" xmlns="http://jbpm.org/4.0/jpdl">
  |    <start name="start1" g="66,73,48,48">
  |       <transition to="state1"/>
  |    </start>
  |    <end name="end1" g="67,283,48,48"/>
  |    <state name="state1" g="118,182,92,52">
  |       <transition to="end1"/>
  |    </state>
  | </process>

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

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



More information about the jboss-user mailing list