[jboss-user] [jBPM] New message: "Re: Unable to distingusih between pooled-Actors and Swimlane"

john britto do-not-reply at jboss.com
Thu Jan 21 06:24:59 EST 2010


User development,

A new message was posted in the thread "Unable to distingusih between  pooled-Actors and Swimlane":

http://community.jboss.org/message/521349#521349

Author  : john britto
Profile : http://community.jboss.org/people/brittobics

Message:
--------------------------------------------------------------
u mean to  say  to Extend the AssignmentHandler at run time
and Assign the user.
 
To do this
 
 
<task-node name="Registartion_Approve_By_Admin1">
        <task swimlane="Admin1">
            <controller class=""></controller>
        </task>
        <event type="node-enter">
            <action class="com.br.bprocess.BuyerAssign"></action>
        </event>
        <transition to="Registration_Approve_By_Admin2" name="To_Approve_Admin2"></transition>
    </task-node>
 
 
 
I   have created  the event type and while  entering the node the action is called which extends the Assignment Handler
 
Am i Correct?

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

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




More information about the jboss-user mailing list