[jboss-jira] [JBoss JIRA] Created: (GPD-307) make g the last attribute

Tom Baeyens (JIRA) jira-events at lists.jboss.org
Thu Apr 2 05:11:22 EDT 2009


make g the last attribute
-------------------------

                 Key: GPD-307
                 URL: https://jira.jboss.org/jira/browse/GPD-307
             Project: JBoss jBPM GPD
          Issue Type: Task
            Reporter: Tom Baeyens
            Assignee: Koen Aers


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>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list