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/529582#529582
Author : Maciej Swiderski
Profile :
http://community.jboss.org/people/swiderski.maciej
Message:
--------------------------------------------------------------
on ftl forms you can use something like this to create buttons for each available
transition:
<#list outcome.values as transition>
<input type="submit" name="outcome"
value="${transition}">
</#list>
/Maciej
--------------------------------------------------------------
To reply to this message visit the message page:
http://community.jboss.org/message/529582#529582