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/529639#529639 Author : Maciej Swiderski Profile : http://community.jboss.org/people/swiderski.maciej Message: -------------------------------------------------------------- where do you want to place this method call (node.getAllLeavingTransitionName)? Afaik there is no such method available in public API. Most likely you could achieve that using internal classes but that is not recommended. And since at the end you will put the values (transition names) as process variables why not doing that directly?! From JSP page point of view it's transparent either you will use dynamic query of node's transitions or set it manually as process variable in the model. -------------------------------------------------------------- To reply to this message visit the message page: http://community.jboss.org/message/529639#529639
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
