[jboss-user] [jBPM] - Access to variable via EL ?

Sebastian Schneider do-not-reply at jboss.com
Wed Jun 2 13:41:03 EDT 2010


Sebastian Schneider [http://community.jboss.org/people/sebastian.s] replied to the discussion

"Access to variable via EL ?"

To view the discussion, visit: http://community.jboss.org/message/545903#545903

--------------------------------------------------------------
You did not mention which version of jBPM you are using. By default there are a couple of objects accessable via EL (at least in jBPM3).

<string value="#{variables['lastAssignee']}" /> will create a String-object with the value "#{variables['lastAssignee']}".
I believe you want to use <object expr="#{variables['lastAssignee']}" />

--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/545903#545903]

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20100602/1e997a7a/attachment.html 


More information about the jboss-user mailing list