[jboss-user] [jBPM] - Re: JBPM5 Content data problem

Demian Calcaprina do-not-reply at jboss.com
Thu Sep 8 16:52:15 EDT 2011


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/emergency-service-core/src/main/resources/processes/procedures/DefaultHeartAttackProcedure.bpmn https://github.com/Salaboy/emergency-service-drools-app/blob/master/emergency-service-core/src/main/resources/processes/procedures/DefaultHeartAttackProcedure.bpmn

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&containerType=14&container=2034]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20110908/c5dc82cd/attachment.html 


More information about the jboss-user mailing list