This content has been marked as final.
Show 3 replies
-
1. Re: Assigning a task to pooled-actors via context var
Ronald van Kuijk Dec 12, 2007 8:59 PM (in response to asaf sh)it is 'a' way, but not all attributes support EL, this one might not (I'm not sure). You can see in the source if it does
-
2. Re: Assigning a task to pooled-actors via context var
asaf sh Dec 13, 2007 8:06 AM (in response to asaf sh)huh?
It's just a simple string var I outjected (via seam) into the process instance,
I can see the var within 'variableinstance' table of JBPM
(type string, simple string value... etc...)
there must be an easy way to do this,
isn't ContextInstance somehow available within the process itself?
Thanks. -
3. Re: Assigning a task to pooled-actors via context var
Vt Ysh Dec 13, 2007 9:49 AM (in response to asaf sh)Try this
<assignment expression="variable(username)" />