[jboss-user] [jBPM] New message: "Swimlane clarification"

john britto do-not-reply at jboss.com
Tue Mar 9 01:58:09 EST 2010


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 &amp; Upload Signed F6" name="Accepted"></transition>
        </task-node>

--------------------------------------------------------------

To reply to this message visit the message page: http://community.jboss.org/message/530684#530684




More information about the jboss-user mailing list