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/529621#529621
Author : Maciej Swiderski
Profile :
http://community.jboss.org/people/swiderski.maciej
Message:
--------------------------------------------------------------
ok, so what you are trying to do is to create a combo box based on values from a
node's transitions and make them available on task form.
One value from the list can be selected and default transition from task node is taken to
move to decision point. Decision point takes the correct transition based on process
variable set with value of the combo box selected on task form.
The reason why you want to do that is that you have an external JSP page that acts as task
form.
Did I follow your case correctly?
If so, to me it seems like mixing to nodes into one. As far as I understand it is that you
do not want to change your JSP page when changing process?!
Perhaps you could use process variable that keeps information about possible values for
combo box that can be easily mapped to decision point transitions - does it make sense to
you?
--------------------------------------------------------------
To reply to this message visit the message page:
http://community.jboss.org/message/529621#529621