Something like this should work: <copy xmlns:ode="http://www.apache.org/ode/type/extension"> <from>$ode:pid</from> <to variable="someVar"/> </copy>
Cheers, Matthieu On 8/27/07, Anup Chandran <[EMAIL PROTECTED]> wrote: > > > Hi Matthieu, > > Can you give me a sample of using this (syntax) in assign activity? > > Thanks > Anup > > > > Matthieu Riou-5 wrote: > > > > Hi Anup, > > > > There's an XPath variable that you can use to get the process instance > id. > > The variable name is pid and is in the ODE extension namespace ( > > http://www.apache.org/ode/type/extension). > > > > Cheers, > > Matthieu > > > > On 8/27/07, Anup Chandran <[EMAIL PROTECTED]> wrote: > >> > >> > >> Hi All, > >> > >> How can i access Instance ID within the BPEL Process.? > >> > >> I want to get the IID and then use the IID to invoke the process > >> management > >> API. > >> > >> Regards > >> Anup > >> -- > >> View this message in context: > >> http://www.nabble.com/Instance-ID-tf4338620.html#a12358563 > >> Sent from the Apache Ode User mailing list archive at Nabble.com. > >> > >> > > > > > > -- > View this message in context: > http://www.nabble.com/Instance-ID-tf4338620.html#a12358810 > Sent from the Apache Ode User mailing list archive at Nabble.com. > >
