[jboss-user] [JBoss Seam] - Re: jbpm, AssignmentHandler and bijection
gavin.king@jboss.com
do-not-reply at jboss.com
Fri Jun 29 15:13:24 EDT 2007
Well, depends where you are getting the TaskInstance from.
If the task instance is associated with the conversation, you can call TaskInstance.instance().setActorId().
Or, if you are using the Seam pooled task list, you can use the built-in PooledTask component.
Or if you get the TaskInstance direct from jBPM, just call TaskInstance.setActorId().
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4059302#4059302
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4059302
More information about the jboss-user
mailing list