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

suganda do-not-reply at jboss.com
Wed Dec 9 22:53:05 EST 2009


Sorry, i forgot to put the xml in code tag

when i write manually xml using decision state like 

  |       <decision g="428,221,80,40" name="INPUT.READY">
  |    	<handler class="com.abc.def.jbpm.impl.InputImpl" >
  |    		<field name="phase"><string value="INPUT"/></field>
  | 	   	<field name="process"><string value=""/></field>
  | 	   	<field name="state"><string value="READY"/></field>
  | 	</handler>
  |    	<transition g="-79,-18" name="Completed" to="UDB.EXEC"/>
  |    	<transition g="-79,-18" name="Error" to="INPUT.ERROR"/>
  |    </decision>

I move one of state using eclipse process designer , then when i check again the xml results it will become 

  | <decision g="428,221,80,40" name="INPUT.READY">
  |    	<handler class="com.abc.def.jbpm.impl.InputImpl" />
  |    	<transition g="-79,-18" name="Completed" to="UDB.EXEC"/>
  |    	<transition g="-79,-18" name="Error" to="INPUT.ERROR"/>
  |    </decision>

seems like its automatically changed by process designer eclipse plugin 

Thanks in advance,

Best Regards,
Suganda

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

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



More information about the jboss-user mailing list