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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...