[jboss-user] [jBPM] New message: "Re: getting name of leaving transition from decision node (jbpm 4.0)"

praneet nandan do-not-reply at jboss.com
Wed Mar 3 05:02:06 EST 2010


User development,

A new message was posted in the thread "getting name of leaving transition from decision node (jbpm 4.0)":

http://community.jboss.org/message/529600#529600

Author  : praneet nandan
Profile : http://community.jboss.org/people/praneet

Message:
--------------------------------------------------------------
ya form submission is in task node and there after is decision node
what i want is value in combobox should cm from the transitions taking from decision node
 
 
 <task assignee="#{hrname}" g="104,114,155,52" name="Select-Student">
      <transition g="-42,-18" name="to Selected?" to="Selected?"/>
   </task>
 
   <decision name="Selected?" g="96,102,48,48" >
    <handler class="jbpm.MyHandler" />
    <transition name="Select" to="send-interview-email" g="120,60:-36,23" />
    <transition name="Reject"  to="end1" g=":-15,-21" />
  </decision>
 
so i want Select and Reject in combobox.
    meaning is that suppose after some day i also want
   one transition like pending, so i can dynamically include this in
   my combobox

--------------------------------------------------------------

To reply to this message visit the message page: http://community.jboss.org/message/529600#529600




More information about the jboss-user mailing list