1 Reply Latest reply on Aug 11, 2009 8:03 AM by lpiccoli.lucio.asteriski.com

    jBPM Swimlane supported in Seam 2.2

    lpiccoli.lucio.asteriski.com

      hi all,


      is the JBPM 'swimlane' tag supported in Seam 2.20GA?


      <swimlane name="qa_role" >
                <assignment expression="#{itpManager.qagroup}"></assignment>
      </swimlane>



      There is no examples in doco and i am lost as to how or if it is supported.


      All the examples use the pooled actor tag.


      any help is appreciated.


      -lp


        • 1. Re: jBPM Swimlane supported in Seam 2.2
          lpiccoli.lucio.asteriski.com

          for the sake of answering myself.


          reading the jbpm spec it clearly identifies the assignment expression as being specific to the identity component and hence it is not implemented in seam.



          “Assignment expressions”. Note that this implementation has a dependency on the jbpm identity component.


          no fuss i used the pooled-actors assignment on my swim lane.


          <swimlane name="qa_role" >
                    <assignment pooled-actors="#{ITPManager.qagroup}"></assignment>
          </swimlane>



          -lp