The java,hql,sql activities should be able to receive execution context variables
---------------------------------------------------------------------------------
Key: JBPM-2279
URL:
https://jira.jboss.org/jira/browse/JBPM-2279
Project: JBoss jBPM
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Affects Versions: jBPM 4.0.0.Beta2
Reporter: Flavio Donzé
As I read from the documentation it's possible to declare parameters for the java
activity.
I would like to pass context variables to the activity (like a document id, set at
startup).
Instead of passing "static" values like:
<java .....
<arg><string value="Hi, how are you?"/></arg>
I want to do something like this:
<java .....
<arg><var name="documentId"/></arg>
or
<java .....
<arg>#{documentId}</arg>
More infos:
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4230979#...
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4233028#...
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira