hi ,
i have a sync bpel process in my composite having a client , which will be called by external systems or another BPEL / Mediator composite .
Activities inside the bpel is something like ,
Receive -> Assign [output element a==10 ] --> Reply to Client --> Assign [output element a==20 ] --> Reply to Client .
as you can see, there are 2 reply activity to client .
My question is , in such cases what value of "a" Invoker / Caller will get ?? a=10 or a=20 ?
Regards