Use expression as process duedate value
---------------------------------------
Key: JBPM-2913
URL:
https://jira.jboss.org/browse/JBPM-2913
Project: jBPM
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Runtime Engine
Affects Versions: jBPM 4.3
Environment: windows xp,mysql 5.0.22-community-nt
Reporter: Zhangqi Xiao
Fix For: jBPM 4.4
When configured expression as process duedate value as:
<timer duedate="#{process_duedate}"/>
and started process like:
Map<String, String> variables = new HashMap<String, String>();
variables.put("process_duedate", "24 business minutes");
ProcessInstance processInstance = executionService.startProcessInstanceByKey
("TimerRepeat", variables);
but engine reported :
"javax.el.PropertyNotFoundException: Cannot find property process_duedate"
The details on this issue, please reference to discussion named "Using expression
as
process duedate value" and the link is:
https://community.jboss.org/thread/153992
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira