Bug 1081508
| Summary: | Java / MVEL expression is ignored for dataInputAssociation (input parameter mapping) | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Retired] JBoss BPMS Platform 6 | Reporter: | Václav Chalupa <vchalupa> | ||||
| Component: | jBPM Core | Assignee: | Alessandro Lazarotti <alazarot> | ||||
| Status: | CLOSED EOL | QA Contact: | Karel Suta <ksuta> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 6.0.0 | CC: | kverlaen, mvecera | ||||
| Target Milestone: | ER2 | ||||||
| Target Release: | 6.1.0 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2020-03-27 20:08:45 UTC | Type: | Feature Request | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
Václav Chalupa
2014-03-27 13:28:16 UTC
Currently java expressions cannot be used directly in the input association, a workaround would be to use an on-entry script to set the value of a variable and then use normal data mapping to copy the value to the variable. jbpm provide support for such work via bpmn2 transformation on data input and output, currently it was implemented as part of following jira: https://issues.jboss.org/browse/JBPM-4166 last missing bits are tooling support (jbpm web designer, bpmn2 eclipse modeler) additional improvements to support transformation on most of the elements that allow to specify data input and output jbpm master https://github.com/droolsjbpm/jbpm/commit/cc463c58358a18b29a4fb9522d2984b04b59687a https://github.com/droolsjbpm/jbpm/commit/6d570bb46f3f4ccefe513a418bc884386a78cbcf Verified on 6.1.0 ER2 |