Forum tags


Top Posters

Last 30 days

  • ravinderjit.singh (29)
  • Antoine (26)
  • danielandross (17)
  • venkaiah.k (16)
  • shao (14)
  • sirswendu.ganapati (13)
  • eva.das (13)
  • metabyte (12)
  • milos.vacek (7)
  • cristiano.quintao (7)

All time

  • Antoine (1492)
  • Shivanand (1194)
  • cshekhar (928)
  • psq (796)
  • jag (391)
  • metabyte (383)
  • arnaud (328)
  • jalateras (325)
  • dfrench (271)
  • venkaiah.k (214)

Show last 4 hrs - 12 hrs - 24 hrs

POLL

We are looking for more information to tailor our training to better meet the needs of our customers. Please indicate all options that apply.

I would like to attend specialized training from Intalio on BPM as it relates to my application area:


I would like to attend specialized training from Intalio on BPM as it relates to my job function:


I would like to attend specialized training from Intalio on BPM as it relates to my industry:

Login

MAIN arrow FORUMS
where to place bpel:assign and bpel:copy (0 viewing) 
Go to bottom Post Reply Favoured: 0
TOPIC: where to place bpel:assign and bpel:copy
#13325
somegeek (User)
Senior Boarder
User Offline Click here to see the profile of this user
where to place bpel:assign and bpel:copy 8 Months ago Karma: 0  
I am going to try a sample XSLTransform that I am creating.



I have a variable with an array item and I want to write BPEL code that uses an xltTrasnform that appends a variable to the array as follows:

Where would I create this place this BPEL code in:I saw that Intalio designer creates a .bpel file in the build folder of the project. Should I add this code into that and should I create a separate BPEL file outside the build folder



[BPEL]

<bpel:assign>

<bpel:copy>

<bpel:from>bpel:doXslTransform("transform.xsl", $msg.parameters, "paramArrayItem", $arrayItem)</bpel:from>

<bpel:to>$msg.parameters/tns1:array</bpel:to>

</bpel:copy>

</bpel:assign>

thanks
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#13327
dfrench (User)
Gold Boarder
User Offline Click here to see the profile of this user
Re:where to place bpel:assign and bpel:copy 8 Months ago Karma: 8  
There is a sample for xslt usage. Use the bpel:doXslTransform as an operator within mapper.

The BPEL files are generated from the Intalio Designer so writing BPEL code directly may conflict with that.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#13329
Antoine (Admin)
Admin
User Offline Click here to see the profile of this user
Re:where to place bpel:assign and bpel:copy 8 Months ago Karma: 28  
Files in the build folder will be overwritten at build time indeed.
 
Report to moderator   Logged Logged  
 
Intalio, the Open Source BPMS company
www.intalio.com
  The administrator has disabled public write access.
Go to top Post Reply
get the latest posts directly to your desktop