[
https://jira.jboss.org/jira/browse/JBPM-1752?page=com.atlassian.jira.plug...
]
Ronald van Kuijk commented on JBPM-1752:
----------------------------------------
what would be the advantage of your solution compared to including it in the default EL
resolver (besides that my timer calculations will probably fail..... miserably I even
think if the default EL resolver is extended)
Hmmm... I think I answered my own question... One thing though... your solution can only
be used where a delegation can be configured (like swimlane) but not for descriptions I
guess... Maybe we should have a basic resolver, an extended resolver for duedates and an
additional resolver for this... nahhhh... then they have to be configurable.... I think
using your baseclass is maybe best. There should be a nice bag of usable delegations like
creating tasks, cancelling tasks, changing priority etc....
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