User development, A new message was posted in the thread "Swimlane clarification":
http://community.jboss.org/message/530684#530684 Author : john britto Profile : http://community.jboss.org/people/brittobics Message: -------------------------------------------------------------- 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 & Upload Signed F6" name="Accepted"></transition> </task-node> -------------------------------------------------------------- To reply to this message visit the message page: http://community.jboss.org/message/530684#530684
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
