[JBoss JIRA] Created: (JBPM-1752) Expression Evaluation in ActionHandler Properties
by Alejandro Guizar (JIRA)
Expression Evaluation in ActionHandler Properties
-------------------------------------------------
Key: JBPM-1752
URL: https://jira.jboss.org/jira/browse/JBPM-1752
Project: JBoss jBPM
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: Core Engine
Reporter: Alejandro Guizar
Assignee: Alejandro Guizar
Fix For: jBPM 3.3.0 GA
The parameters for an ActionHandler should be able to use expressions in it, so you could write
<action class="...">
<x>#{someObject.x}</x>
</action>
This could be done in the FieldInstatiator class (around line 67 we have "setPropertyValue(Class clazz, Object newInstance, String propertyName, Element propertyElement)"), but the execution context is not available there.
--
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
15 years, 5 months
[JBoss JIRA] Created: (JBPM-1994) Provide process execution logging
by Heiko Braun (JIRA)
Provide process execution logging
---------------------------------
Key: JBPM-1994
URL: https://jira.jboss.org/jira/browse/JBPM-1994
Project: JBoss jBPM
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Affects Versions: jBPM 4.0.0.Beta2
Reporter: Heiko Braun
Transactional storage of the history of a process execution (not software logging)
Log pluggability is in place
Basic pluggability infrastructure is in place
HistoryRecords generated during process execution need to be created
HistoryRecords need to merge themselves into the History DB schema
Schema for storing history information needs to be build
Filtering the history storage should be based on features
We should not place the burden on the users to link log filtering to the features that remain available
--
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
15 years, 5 months