1 Reply Latest reply on Mar 8, 2010 6:52 AM by kukeltje

    Swimlane clarification

    brittobics

      i  have situation

      In which i have two roles of swimlane Buyer and Seller

       

      The problem is can i assign two swimlane in one task as  i have done it below my code

       

      i think it is right to use

       

      as  it is

       

      "

      <task-node name="Fill F6">
                   <task name="trcwf:fillApplicationF6" swimlane="Seller,Buyer"></task>  

       

      "

       

      please tell me if i am worng of  assigning task to swimlane  as  Seller and Buyer in comma seperated values.

       

       

       

      <swimlane name="Buyer">
              <assignment class="org.alfresco.repo.workflow.jbpm.AlfrescoAssignment">
                  <actor>#{bpm_assignee}</actor>
              </assignment>
          </swimlane>
         
          <swimlane name="Seller">
              <assignment class="org.alfresco.repo.workflow.jbpm.AlfrescoAssignment">
                  <actor>#{bpm_assignee}</actor>
              </assignment>
          </swimlane>

       

       

      <task-node name="Fill F6">
                  <task name="trcwf:fillApplicationF6" swimlane="Seller,Buyer"></task>   
                  <transition to="NegotaionDecision" name="Negoation"></transition>
                  <transition to="Print &amp; Upload Signed F6" name="Accepted"></transition>
              </task-node>