Demian Calcaprina [
http://community.jboss.org/people/calca] created the discussion
"Re: JBPM5 Content data problem"
To view the discussion, visit:
http://community.jboss.org/message/625620#625620
--------------------------------------------------------------
No, it does not mean so..
If you use the expresion assignment(<from
xsi:type="tFormalExpression">#{transportMap}</from>), it is resolved as
an string, but if you map your process variable like this
<sourceRef>transportMap</sourceRef>
<targetRef>_12_ContentInput</targetRef>
I think should work.
You can check for example here:
https://github.com/Salaboy/emergency-service-drools-app/blob/master/emerg...
https://github.com/Salaboy/emergency-service-drools-app/blob/master/emerg...
To see how that parameters to the user task are sent.
For example,
<dataInputAssociation>
<sourceRef>emergency</sourceRef>
<targetRef>_6_emergencyInput</targetRef>
</dataInputAssociation>
Demian
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/625620#625620]
Start a new discussion in jBPM at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]