JBoss Community

Re: JBPM5 Content data problem

created by Demian Calcaprina in jBPM - View the full discussion

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

Start a new discussion in jBPM at Community