[jboss-user] [JBoss jBPM] - Assigning a task to pooled-actors via context var

trouby do-not-reply at jboss.com
Wed Dec 12 16:52:55 EST 2007


Hey,

In creation time of a process instance I set a variable (lets name it 'username'),

Then in the middle of the process I have a task node with a task which I want to assign to an actor based on the value of the 'username' variable which available in the context,

I tried something like:


  | <task name="usertask">
  | 	<assignment actor-id="#{username}"></assignment>
  | </task>
  | 

But I guess this is not the way to extract context vars,


Asaf.

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

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



More information about the jboss-user mailing list