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/625616#625616
--------------------------------------------------------------
If I don't remember wrong, if you evaluate this expresion:
<targetRef>_12_ContentInput</targetRef>
<assignment>
<from xsi:type="tFormalExpression">#{transportMap}</from>
<to xsi:type="tFormalExpression">_12_ContentInput</to>
</assignment>
It is converted to string.
You could try this one:
<sourceRef>transportMap</sourceRef>
<targetRef>_12_ContentInput</targetRef>
Demian
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/625616#625616]
Start a new discussion in jBPM at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]