[jboss-jira] [JBoss JIRA] Resolved: (GPD-344) Editing looses conditions assigned to transitions

Koen Aers (JIRA) jira-events at lists.jboss.org
Mon Jul 13 10:25:29 EDT 2009


     [ https://jira.jboss.org/jira/browse/GPD-344?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Koen Aers resolved GPD-344.
---------------------------

    Fix Version/s: jBPM jPDL Designer 4.0.0.GA
       Resolution: Done


> Editing looses conditions assigned to transitions
> -------------------------------------------------
>
>                 Key: GPD-344
>                 URL: https://jira.jboss.org/jira/browse/GPD-344
>             Project: JBoss jBPM GPD
>          Issue Type: Bug
>         Environment: GPD from jbpm-4.0.0.Beta2
>            Reporter: Alexis Seigneurin
>            Assignee: Koen Aers
>             Fix For: jBPM jPDL Designer 4.0.0.GA
>
>
> When you edit a process which has conditions attached to transitions, these conditions are lost if you edit using the graphical editor.
> I am using the DecisionConditions process taken from the documentation:
> <process name="DecisionConditions" >
>   <start>
>     <transition to="evaluate document" />
>   </start>
>   <decision name="evaluate document">
>     <transition to="submit document">
>       <condition expr="#{content=="good"}" />
>     </transition>
>     <transition to="try again">
>       <condition expr="#{content=="not so good"}" />
>     </transition>
>     <transition to="give up" />
>   </decision>
>   <state name="submit document" />
>   <state name="try again" />
>   <state name="give up" />
> </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