0 Replies Latest reply on Aug 21, 2007 9:03 PM by bephinney

    Beanshell script transition condition

    bephinney

      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?