[
https://jira.jboss.org/jira/browse/JBPM-304?page=com.atlassian.jira.plugi...
]
Simon Gibbs commented on JBPM-304:
----------------------------------
This issue is still present as of version 3.2.
I'd like to expose the services of Spring beans by injecting a list of named beans
into the transient variables of individual process instances before signalling them. e.g.
in beanshell I'd like this to work:
persistentVariable = transientSpringBean.findData(arg);
I've tried wrapping VariableResolver but this only affects EL, and is not a suitable
alternative.
Transient variables are not available in scripts
------------------------------------------------
Key: JBPM-304
URL:
https://jira.jboss.org/jira/browse/JBPM-304
Project: JBoss jBPM
Issue Type: Bug
Components: Core Engine
Affects Versions: jBPM 3.0.0
Reporter: Daniel Serodio
Assignee: Tom Baeyens
Priority: Minor
The jBPM documentation, section 7.4.5. Script, says:
"... By default, all process variables are available as script-variables and no
script-variables will be written to the process variables."
But the transient variables are not available to <script>s, just to
<action>s.
--
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