[jboss-jira] [JBoss JIRA] Created: (JBPM-844) Web console will not take transition unless it is named "End task"

Matt Cumberlidge (JIRA) jira-events at lists.jboss.org
Wed Feb 21 05:25:35 EST 2007


Web console will not take transition unless it is named "End task"
------------------------------------------------------------------

                 Key: JBPM-844
                 URL: http://jira.jboss.com/jira/browse/JBPM-844
             Project: JBoss jBPM
          Issue Type: Bug
          Components: Web Interface
    Affects Versions: jBPM jPDL 3.2 beta 2
         Environment: Windows XP Service Pack 2, JBoss 4
            Reporter: Matt Cumberlidge
         Assigned To: Tom Baeyens


I have a process definition which I've created using the Eclipse Designer. It is quite simple and doesn't do much. When I deploy it to the server and try to go through it in the web console I get stuck at the very first transition, with the web console telling me that there is no transition called "End task". My transition is unnamed and I anticipated that the web console should take that transition even though it is does not have the same name as the "End task" button. The relevant part of the process definition is as follows:

     <task name="Hold auditions" swimlane="Talent scout">
         <controller>
            <variable name="audDate" access="read,write,required" mapped-name="Audition date"></variable>
            <variable name="audLocation" access="read,write,required" mapped-name="Audition location"></variable>
         </controller>
      </task>
      <transition name="" to="Select band members"></transition>
   </start-state>
   <task-node name="Select band members">
      <task name="Select band members" swimlane="Talent scout">
         <controller>
            <variable name="bm1" access="read,write,required" mapped-name="Band member 1"></variable>
            <variable name="bm2" access="read,write,required" mapped-name="Band member 2"></variable>
            <variable name="bm3" access="read,write,required" mapped-name="Band member 3"></variable>
            <variable name="bm4" mapped-name="Band member 4"></variable>
            <variable name="bm5" mapped-name="Band member 5"></variable>
            <variable name="bm6" mapped-name="Band member 6"></variable>
         </controller>
      </task>
      <transition name="" to="Contract band members"></transition>
   </task-node>

It won't take that first transition. Note that I the Eclipse Designer puts in the name="" by default. 

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

        



More information about the jboss-jira mailing list