]
Kris Verlaenen commented on JBRULES-2859:
-----------------------------------------
Could you eborate? For example provide an example of a process where the assignments are
implemented incorrectly?
Note that the BPMN2 process engine does not (yet) support the entire BPMN 2.0
specification. Transformations are indeed not yet supported. Assignments however are
supported (in a limited manner) using the input/output mapping in the work item node or
for explicit values by storing that value in the Work related to the WorkItemNode.
DataAssociations dont interpret assignments/transformation from bpmn
specification
----------------------------------------------------------------------------------
Key: JBRULES-2859
URL:
https://issues.jboss.org/browse/JBRULES-2859
Project: Drools
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: drools-core (flow)
Reporter: Anurag Aggarwal
Assignee: Mark Proctor
assignments are implemented incorrectly, and transformations seem to be entirely missing
WorkItemNode defines private Map<String, String> inMapping = new
HashMap<String, String>();
where as bpmn spec has {sorceRef*, targetRef, assignments*, transformation ?}
--
This message is automatically generated by JIRA.
For more information on JIRA, see: