[jboss-user] [JBoss jBPM] - invoke Action is not working inside forEach control

LakshmiPrasad do-not-reply at jboss.com
Tue Dec 23 08:29:43 EST 2008


Hi,

  i am using bpel for my application. when i tried to add the invoke component  inside the forEach component. it is not working. when please help me regarding this. how to use invoke component in forEach component my code is below
<bpws:forEach counterName="Counter" name="ForEach" parallel="no">
  |             <bpws:startCounterValue><![CDATA[1]]></bpws:startCounterValue>
  |             <bpws:finalCounterValue><![CDATA[1]]></bpws:finalCounterValue>
  |             <bpws:invoke inputVariable="ConverterPLink2MsgRequest"
  |                 name="Invoke11" operation="printMsg"
  |                 outputVariable="ConverterPLink2MsgResponse"
  |                 partnerLink="ConverterPLink2" portType="ns0:convertPortType"/>
  |         </bpws:forEach>
  | 
It is neither giving error nor executing. thanx in advace for u r help



View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4198282#4198282

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4198282



More information about the jboss-user mailing list