JBPM 3.2.1
Tomcat 6
SQL Server
I am trying to write a transition condition using a beanshell script but can't seem to
return a boolean.
When I look through the jPDL xml schema docs I do not see how to do this. In the Process
Modeling/Node type: Decision docs I see mention of the option to use beanshell.
using a:
| <transition><script/></transition>
|
I believe runs as a script action
and a:
| <transition><condition/><transition>
|
appears to only allow EL
What am I missing?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4076553#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...