[jboss-user] [JBoss jBPM] - Re: Configuring custom AssignmentHandler in JBPM

jgreiner do-not-reply at jboss.com
Fri Dec 7 08:18:42 EST 2007


While identity management and assignment handlers are related they are not the same.

If you create a class that implements the AssignmentHandler class you can add code there to set the ActorId, or the PooledActors if you want to assign a task to many people.

Then you create a swimlane and use your newly created AssignmentHandler as the swimlanes handler.

Now when you create a Task you give it your new swimlane, and when the process transitions to the task it will fire your assignment handler assigning the task to the people you setup in the handler.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4111220#4111220

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4111220



More information about the jboss-user mailing list