[jboss-user] [JBoss jBPM] - Re: How to capture the connection line(Starting point, end po

tjcuwangji do-not-reply at jboss.com
Tue Jun 17 02:08:38 EDT 2008


sorry the sample file didn't show up, let me try again:
<?xml version="1.0" encoding="UTF-8"?>
  | <processdefinition name="weeklyReport">
  | 
  | 	<transition name="fork1" from="Writing report">
  | 		<point x="180" y="126"></point>
  | 		<point x="210" y="126"></point>
  | 	</transition>
  | 
  | 	<transition name="Project manager check" from="fork1">
  | 		<point x="210" y="126"></point>
  | 		<point x="241" y="41"></point>
  |         <point x="265" y="41"></point>
  | 	</transition>
  | 
  | 	<transition name="Department leader check" from="fork1">
  | 		<point x="210" y="126"></point>
  | 		<point x="238" y="98"></point>
  |         <point x="265" y="98"></point>
  | 	</transition>
  | 
  | 	<transition name="CIO check" from="fork1">
  | 		<point x="210" y="126"></point>
  | 		<point x="241" y="167"></point>
  |         <point x="265" y="167"></point>
  | 	</transition>
  | 
  | 	<transition name="CEO check" from="fork1">
  | 		<point x="210" y="126"></point>
  | 		<point x="241" y="232"></point>
  |         <point x="265" y="232"></point>
  | 	</transition>
  | 
  | 	<transition name="join1" from="Project manager check">
  | 		<point x="408" y="40"></point>
  | 		<point x="444" y="40"></point>
  |         <point x="474" y="126"></point>
  | 	</transition>
  | 
  | 	<transition name="join1" from="Department leader check">
  | 		<point x="408" y="102"></point>
  | 		<point x="444" y="102"></point>
  |         <point x="474" y="126"></point>
  | 	</transition>
  | 
  | 	<transition name="join1" from="CIO check">
  | 		<point x="408" y="161"></point>
  | 		<point x="446" y="161"></point>
  |         <point x="474" y="126"></point>
  | 	</transition>
  | 
  | 	<transition name="join1" from="CEO check">
  | 		<point x="409" y="223"></point>
  | 		<point x="445" y="223"></point>
  |         <point x="474" y="126"></point>
  | 	</transition>
  | 
  | 	<transition name="end" from="join1">
  | 		<point x="474" y="126"></point>
  | 		<point x="494" y="126"></point>
  | 	</transition>
  | 
  | </processdefinition>

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

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



More information about the jboss-user mailing list