]
Koen Aers resolved GPD-307.
---------------------------
Resolution: Out of Date
make g the last attribute
-------------------------
Key: GPD-307
URL:
https://issues.jboss.org/browse/GPD-307
Project: jBPM GPD
Issue Type: Task
Components: jpdl
Reporter: Tom Baeyens
Assignee: Koen Aers
Fix For: jBPM jPDL Designer 4.x
koen, could you check if it is easy to make g the last attribute ? currently it seems to
be systematically the first attribute.
<process name="EndState"
xmlns="http://jbpm.org/4/jpdl">
<start g="16,96,48,48">
<transition to="get return code" name=""/>
</start>
<state g="96,94,110,52" name="get return code">
<transition g="150,63:-36,11" name="200"
to="ok"/>
<transition g=":-16,-27" name="400" to="bad
request"/>
<transition g="150,177:-33,-32" name="500" to="internal
server error"/>
</state>
<end g="239,40,48,48" name="ok"
state="completed"/>
<end-cancel g="239,97,48,48" name="bad request"/>
<end-error g="240,154,48,48" name="internal server error"/>
</process>